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
f18df802
Commit
f18df802
authored
Nov 17, 2011
by
MARCHE Claude
Browse files
a few fix after meeting with D Mentré
parent
911263f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ROADMAP
View file @
f18df802
...
...
@@ -77,6 +77,7 @@ NON PRIORITAIRE ?
** Ensure that we kill a prover after some time (ressurect %T ? with a
meaning like twice the value of %t ?), because we cannot be sure they always
honor their own -timeout option.
** fix CVC3 printer: prints predicate def using LAMBDA
* FRANCOIS CLAUDE, move Session module and its dependencies into the Why3 library
** but avoid duplication with session_ro
...
...
theories/set/Set.v
View file @
f18df802
...
...
@@ -11,7 +11,7 @@ Definition set : forall (a:Type), Type.
(
*
YOU
MAY
EDIT
THE
PROOF
BELOW
*
)
exact
set_
.
(
*
(
fun
(
X
:
Type
)
=>
X
->
Prop
).
exact
(
fun
(
X
:
Type
)
=>
X
->
Prop
).
*
)
Defined
.
(
*
DO
NOT
EDIT
BELOW
*
)
...
...
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