Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Why3
why3
Commits
f18df802
Commit
f18df802
authored
13 years ago
by
MARCHE Claude
Browse files
Options
Downloads
Patches
Plain Diff
a few fix after meeting with D Mentré
parent
911263f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROADMAP
+1
-0
1 addition, 0 deletions
ROADMAP
theories/set/Set.v
+1
-1
1 addition, 1 deletion
theories/set/Set.v
with
2 additions
and
1 deletion
ROADMAP
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
theories/set/Set.v
+
1
−
1
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
*
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment