Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5465be35
Commit
5465be35
authored
Feb 26, 2015
by
MARCHE Claude
Browse files
Fix missing imports in tutorial
parent
6f012f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/whyml.tex
View file @
5465be35
...
...
@@ -344,6 +344,7 @@ depending on whether the index is meaningful or not.
\begin{whycode}
module SearchingALinkedList
use import int.Int
use import option.Option
use export list.List
use export list.Length
use export list.Nth
...
...
@@ -795,6 +796,7 @@ operations we will require: length, reversal, and concatenation.
\begin{whycode}
module AmortizedQueue
use import int.Int
use import option.Option
use export list.ListRich
\end{whycode}
The queue data type is naturally introduced as a polymorphic record type.
...
...
Write
Preview
Supports
Markdown
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