Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
4eaa93c2
Commit
4eaa93c2
authored
Jan 06, 2017
by
Andrei Paskevich
Browse files
Vc: remove an overzealous assertion
parent
10e4b2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mlw/vc.ml
View file @
4eaa93c2
...
...
@@ -831,8 +831,7 @@ let reflow vc_wp k =
|
Some
(
q
,
_
)
->
Kseq
(
Kaxiom
k
,
0
,
q
)
|
None
->
Kaxiom
k
end
|
Ktag
((
WP
|
SP
)
as
tag
,
k
)
->
assert
(
Mint
.
is_empty
q
);
Ktag
(
tag
,
push
k
q
)
Ktag
(
tag
,
push
k
Mint
.
empty
)
|
Ktag
(
Push
_
,
_
)
->
assert
false
(* cannot happen *)
in
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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