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
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
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
5465be35
Commit
5465be35
authored
Feb 26, 2015
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing imports in tutorial
parent
6f012f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/whyml.tex
doc/whyml.tex
+2
-0
No files found.
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
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