Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5f911c2d
Commit
5f911c2d
authored
Feb 11, 2020
by
Guillaume Melquiond
Browse files
Revert "Make proof obsolete when shapes are different"
This reverts commit
f2886c41
.
parent
1f018424
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/termcode.ml
View file @
5f911c2d
...
...
@@ -1106,8 +1106,7 @@ module Pairing (Old: S)(New: S) = struct
let
oldi
=
Hashtbl
.
find
old_checksums
c
in
let
oldg
=
table
.
table_old
.
(
oldi
)
in
Hashtbl
.
remove
old_checksums
c
;
let
obs
=
Old
.
shape
oldg
<>
New
.
shape
newg
in
result
.
(
new_goal_index
newg
)
<-
(
newg
,
Some
(
oldg
,
obs
))
result
.
(
new_goal_index
newg
)
<-
(
newg
,
Some
(
oldg
,
false
))
with
Not_found
->
acc
:=
mk_node
table
(
New
newi
)
::
!
acc
done
;
...
...
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