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
e28f4cda
Commit
e28f4cda
authored
Feb 14, 2016
by
Jean-Christophe Filliâtre
Browse files
split a line
parent
2da06f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/hashtbl.mlw
View file @
e28f4cda
(** {1 Hash tables}
This module provides Hash tables à la OCaml. Each key is mapped to a {h <b>stack</b>} of values,
with [add h k v] pushing a new value [v] for key [k],
and [remove h k] popping a value for key [k].
This module provides Hash tables à la OCaml.
Each key is mapped to a {h <b>stack</b>} of values,
with [add h k v] pushing a new value [v] for key [k],
and [remove h k] popping a value for key [k].
*)
...
...
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