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
aff63904
Commit
aff63904
authored
May 26, 2014
by
Pietro Abate
Browse files
Merge branch 'master' into propagate
parents
a74737ff
ae7fc428
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/types.ml
View file @
aff63904
...
...
@@ -1643,7 +1643,7 @@ struct
|
`Atm
bdd
->
begin
match
has_tlv
,
acc
with
|
true
,
[]
->
if
is_full
bdd
then
(
has_tlv
,
[]
)
else
(
has_tlv
,
print
bdd
)
|
false
,
[]
->
if
is_full
bdd
then
(
has_tlv
,
[]
)
else
(
has_tlv
,
print
bdd
)
|
false
,
[]
->
(
has_tlv
,
print
bdd
)
|_,_
->
(
has_tlv
,
acc
@
(
print
bdd
))
end
)
(
false
,
[]
)
p
...
...
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