Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
6a4b3aa2
Commit
6a4b3aa2
authored
May 11, 2011
by
François Bobot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix set theories diff definition
parent
7b710749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/set.why
theories/set.why
+1
-1
No files found.
theories/set.why
View file @
6a4b3aa2
...
...
@@ -114,7 +114,7 @@ theory SetMap
axiom Diff_def1 :
forall s1 s2 : set 'a. forall x : 'a.
(diff s1 s2)[x] =
xorb s1[x] s2[x]
(diff s1 s2)[x] =
andb s1[x] (notb s2[x])
logic equal(s1 s2 : set 'a) = forall x : 'a. s1[x] = s2[x]
...
...
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