Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
e78173f3
Commit
e78173f3
authored
Apr 25, 2010
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: actual transformation application was accidentally removed
parent
0e266c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transform/eliminate_if.ml
src/transform/eliminate_if.ml
+1
-1
No files found.
src/transform/eliminate_if.ml
View file @
e78173f3
...
...
@@ -65,7 +65,7 @@ let add_ld axl d = match d with
let
vl
,
e
=
open_ls_defn
ld
in
begin
match
e
with
|
Term
t
when
has_if
t
->
let
f
=
ls_defn_axiom
ld
in
let
f
=
elim_f
(
ls_defn_axiom
ld
)
in
let
nm
=
ls
.
ls_name
.
id_short
^
"_def"
in
let
pr
=
create_prsymbol
(
id_derive
nm
ls
.
ls_name
)
in
create_prop_decl
Paxiom
pr
f
::
axl
,
(
ls
,
None
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment