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
fa57e39e
Commit
fa57e39e
authored
Aug 25, 2014
by
Pietro Abate
Browse files
fix compilation error in tallyingtest
parent
b5c29546
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/libtest/tallyingTest.ml
View file @
fa57e39e
...
...
@@ -61,8 +61,8 @@ let mk_union_res l1 l2 =
(* check invariants on the constraints sets *)
let
mk_pp
=
function
|
P
(
V
alpha
,
t
)
->
Tallying
.
CS
.
singleton
Var
.
Set
.
empty
(
Tallying
.
Pos
(
Var
.
mk
alpha
,
parse_typ
t
))
|
N
(
t
,
V
alpha
)
->
Tallying
.
CS
.
singleton
Var
.
Set
.
empty
(
Tallying
.
Neg
(
parse_typ
t
,
Var
.
mk
alpha
))
|
P
(
V
alpha
,
t
)
->
Tallying
.
CS
.
singleton
(
Tallying
.
Pos
(
Var
.
mk
alpha
,
parse_typ
t
))
|
N
(
t
,
V
alpha
)
->
Tallying
.
CS
.
singleton
(
Tallying
.
Neg
(
parse_typ
t
,
Var
.
mk
alpha
))
let
mk_prod
l
=
List
.
fold_left
(
fun
acc
c
->
...
...
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