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
0cf16d9d
Commit
0cf16d9d
authored
Mar 09, 2014
by
Pietro Abate
Browse files
important typo !
parent
f3e5914d
Changes
1
Hide whitespace changes
Inline
Side-by-side
typing/typepat.ml
View file @
0cf16d9d
...
@@ -130,7 +130,7 @@ let deferr s = raise (Patterns.Error s)
...
@@ -130,7 +130,7 @@ let deferr s = raise (Patterns.Error s)
they would be equal *)
they would be equal *)
else
match
x
.
desc
,
y
.
desc
with
else
match
x
.
desc
,
y
.
desc
with
|
IType
(
tx
,_
)
,
IType
(
ty
,_
)
when
(
Types
.
no_var
tx
)
&&
(
Types
.
no_var
ty
)
&&
(
Types
.
equal
tx
ty
)
->
link
x
y
|
IType
(
tx
,_
)
,
IType
(
ty
,_
)
when
(
Types
.
no_var
tx
)
&&
(
Types
.
no_var
ty
)
&&
(
Types
.
equal
tx
ty
)
->
link
x
y
|
IType
(
tx
,_
)
,
IType
(
ty
,_
)
when
not
(
Types
.
no_var
tx
)
&&
(
Types
.
no_var
ty
)
->
()
|
IType
(
tx
,_
)
,
IType
(
ty
,_
)
when
(
Types
.
no_var
tx
)
&&
(
Types
.
no_var
ty
)
->
()
|
IOr
(
x1
,
x2
,_
)
,
IOr
(
y1
,
y2
,_
)
|
IOr
(
x1
,
x2
,_
)
,
IOr
(
y1
,
y2
,_
)
|
IAnd
(
x1
,
x2
,_
)
,
IAnd
(
y1
,
y2
,_
)
|
IAnd
(
x1
,
x2
,_
)
,
IAnd
(
y1
,
y2
,_
)
|
IDiff
(
x1
,
x2
,_
)
,
IDiff
(
y1
,
y2
,_
)
|
IDiff
(
x1
,
x2
,_
)
,
IDiff
(
y1
,
y2
,_
)
...
...
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