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
72f7ddbc
Commit
72f7ddbc
authored
Sep 22, 2014
by
Jean-Christophe Filliâtre
Browse files
bench: invalid goal for induction_pr
parent
5446ded9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/invalid/induction.mlw
0 → 100644
View file @
72f7ddbc
module M
coinductive p unit =
| C: p () -> p ()
(* should not be proved using induction_pr *)
goal G: p () -> false
end
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