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
95a432f0
Commit
95a432f0
authored
Sep 08, 2014
by
Pietro Abate
Browse files
Fix bug "Tallying assert reached in solve" #35
parent
d0c77054
Changes
2
Hide whitespace changes
Inline
Side-by-side
ocaml
@
ecc80c0d
Compare
f12f6969
...
ecc80c0d
Subproject commit
f12f696955d17ef8a9074f1dc7fe7be24d6c95e5
Subproject commit
ecc80c0d3850bc144760af4c63b7eab438615bdc
typing/typer.ml
View file @
95a432f0
...
@@ -1011,6 +1011,7 @@ and type_check' loc env ed constr precise = match ed with
...
@@ -1011,6 +1011,7 @@ and type_check' loc env ed constr precise = match ed with
let
dom
=
Types
.
Arrow
.
domain
(
t1arrow
)
in
let
dom
=
Types
.
Arrow
.
domain
(
t1arrow
)
in
let
t2
=
type_check
env
e2
Types
.
any
true
in
let
t2
=
type_check
env
e2
Types
.
any
true
in
let
t2
=
Types
.
Positive
.
substitutefree
env
.
delta
t2
in
let
(
sl
,
res
)
=
let
(
sl
,
res
)
=
if
not
(
Types
.
no_var
dom
)
||
if
not
(
Types
.
no_var
dom
)
||
not
(
Types
.
no_var
t2
)
then
not
(
Types
.
no_var
t2
)
then
...
...
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