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
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
c3593b6d
Commit
c3593b6d
authored
May 13, 2011
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug when reloading a transformation
parent
67622336
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ide/session.ml
src/ide/session.ml
+1
-1
tests/test-claude.why
tests/test-claude.why
+1
-1
No files found.
src/ide/session.ml
View file @
c3593b6d
...
...
@@ -873,7 +873,7 @@ and reload_trans ~provers _goal_obsolete goal _ tr =
[]
goals
in
mtr
.
subgoals
<-
goals
;
check_
goal_proved
goal
check_
transf_proved
mtr
in
apply_transformation
~
callback
tr
.
transf
(
get_task
goal
)
...
...
tests/test-claude.why
View file @
c3593b6d
...
...
@@ -26,7 +26,7 @@ theory TestInt
goal Test5: forall x:int. x <> 0 -> x*x > 0
goal Test6: 2+3 =
6
and (forall x:int. x*x >= 0)
goal Test6: 2+3 =
5
and (forall x:int. x*x >= 0)
goal Test7: 0 = 2 and 2 = 3 and 4 = 5 and 6 = 7
...
...
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