Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
c3764bf3
Commit
c3764bf3
authored
Apr 25, 2016
by
charguer
Browse files
cp
parent
661c16eb
Changes
1
Show whitespace changes
Inline
Side-by-side
generator/typing/ctype.ml
View file @
c3764bf3
...
@@ -831,11 +831,11 @@ let close_hook ?(showtyp=(fun t -> ())) () =
...
@@ -831,11 +831,11 @@ let close_hook ?(showtyp=(fun t -> ())) () =
if
debug_generic
then
begin
if
debug_generic
then
begin
Format
.
fprintf
Format
.
err_formatter
"-->was at level %d
\n
"
t
.
level
;
Format
.
fprintf
Format
.
err_formatter
"-->was at level %d
\n
"
t
.
level
;
end
;
end
;
generalize
_structure
t
;
generalize
t
;
if
debug_generic
then
begin
if
debug_generic
then
begin
Format
.
fprintf
Format
.
err_formatter
"-->now at level %d
\n
"
t
.
level
;
Format
.
fprintf
Format
.
err_formatter
"-->now at level %d
\n
"
t
.
level
;
end
;
end
;
if
(
t
.
level
=
!
current
_level
)
&&
not
(
List
.
memq
t
!
r
)
if
(
t
.
level
=
generic
_level
)
&&
not
(
List
.
memq
t
!
r
)
then
r
:=
t
::!
r
then
r
:=
t
::!
r
|
Tunivar
->
failwith
"unsupported Tunivar type"
|
Tunivar
->
failwith
"unsupported Tunivar type"
|
_
->
()
|
_
->
()
...
...
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