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
bd2c547d
Commit
bd2c547d
authored
Dec 18, 2012
by
Guillaume Melquiond
Browse files
Add to the documented stdlib files the theories used in examples.
parent
a4fd26d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
bd2c547d
...
...
@@ -1265,6 +1265,7 @@ clean::
STDLIBS
=
algebra
\
bag
\
bintree
\
bool
\
comparison
\
floating_point
\
...
...
@@ -1274,10 +1275,12 @@ STDLIBS = algebra \
map
\
number
\
option
\
pigeon
\
real
\
relations
\
set
# function ? sum ? tptp ?
set
\
sum
# function ? tptp ?
STDMODS
=
arith array hashtbl impset pqueue queue random ref stack string
...
...
theories/bintree.why
View file @
bd2c547d
(* Polymorphic binary trees with elements at nodes *)
(*
* {1
Polymorphic binary trees with elements at nodes
}
*)
theory Tree
...
...
theories/sum.why
View file @
bd2c547d
(** {1 Sum of the elements of an indexed container} *)
theory Sum "Sum of the elements of an indexed container"
use import int.Int
...
...
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