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
50f6b5b3
Commit
50f6b5b3
authored
Apr 22, 2012
by
Guillaume Melquiond
Browse files
Hide commented parts and Emacs configuration from the generated documentation.
parent
4f62cb76
Changes
6
Hide whitespace changes
Inline
Side-by-side
theories/algebra.why
View file @
50f6b5b3
...
...
@@ -178,4 +178,3 @@ end
lemma SquareNonNeg1 : forall x : t. x <= zero -> zero <= x * x
lemma SquareNonNeg : forall x : t. zero <= x * x
*)
theories/bag.why
View file @
50f6b5b3
...
...
@@ -112,4 +112,3 @@ Local Variables:
compile-command: "why3ide bag.why"
End:
*)
theories/map.why
View file @
50f6b5b3
...
...
@@ -217,8 +217,7 @@ theory TestBv32
end
(*
(***
Local Variables:
compile-command: "make -C .. theories/map"
End:
...
...
theories/number.why
View file @
50f6b5b3
...
...
@@ -180,7 +180,7 @@ theory Coprime
end
(*
(*
**
Local Variables:
compile-command: "make -C .. theories/number"
End:
...
...
theories/relations.why
View file @
50f6b5b3
...
...
@@ -109,7 +109,7 @@ theory ReflTransClosure
forall x y z: t. relTR x y -> relTR y z -> relTR x z
end
(*
(*
**
theory PreOrder
type t
...
...
@@ -143,8 +143,7 @@ theory TotalPreOrder
end
*)
(*
(***
theory TotalOrder
type t
...
...
@@ -184,7 +183,7 @@ theory Lex
end
(*
(*
**
theory MinMax
clone export TotalOrder
...
...
@@ -208,10 +207,8 @@ theory WellFounded
end
(*
(*
**
Local Variables:
compile-command: "make -C .. theories/relations"
End:
*)
theories/set.why
View file @
50f6b5b3
...
...
@@ -243,7 +243,6 @@ theory SetMap
end
(***
Local Variables:
compile-command: "make -C .. theories/set"
...
...
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