Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
cb9436d5
Commit
cb9436d5
authored
Apr 23, 2014
by
Pietro Abate
Browse files
Fix minor problem with Var.Set.print
parent
46d53fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/var.ml
View file @
cb9436d5
...
...
@@ -53,7 +53,7 @@ module Set = struct
aux
ppf
(
elements
s
)
let
dump
ppf
s
=
aux_print
";"
dump
ppf
s
let
print
ppf
s
=
aux_print
";"
print
ppf
let
print
ppf
s
=
aux_print
";"
print
ppf
s
let
is_empty
s
=
equal
s
empty
let
from_list
l
=
List
.
fold_left
(
fun
acc
x
->
add
x
acc
)
empty
l
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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