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
cduce
cduce
Commits
8d0d7e1b
Commit
8d0d7e1b
authored
May 22, 2014
by
Pietro Abate
Browse files
Micro improvement in Bool.compute
parent
880ea5e9
Changes
1
Show whitespace changes
Inline
Side-by-side
misc/bool.ml
View file @
8d0d7e1b
...
...
@@ -164,9 +164,10 @@ struct
|
True
->
full
|
False
->
empty
|
Split
(
_
,
x
,
p
,
i
,
n
)
->
let
p
=
cap
(
atom
x
)
(
aux
p
)
let
x1
=
atom
x
in
let
p
=
cap
x1
(
aux
p
)
and
i
=
aux
i
and
n
=
diff
(
aux
n
)
(
atom
x
)
in
and
n
=
diff
(
aux
n
)
x1
in
cup
(
cup
p
i
)
n
in
aux
b
...
...
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