Skip to content
GitLab
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
b7a5d472
Commit
b7a5d472
authored
Oct 02, 2014
by
Giuseppe Castagna
Browse files
No modification
parent
f8646776
Changes
1
Hide whitespace changes
Inline
Side-by-side
typing/typer.ml
View file @
b7a5d472
...
...
@@ -1285,8 +1285,11 @@ and branches_aux loc env targ tres constr precise = function
);
let
env'
=
enter_values
(
IdMap
.
get
res
)
env
in
Format
.
printf
"patt %a@."
Patterns
.
Print
.
pp
(
Patterns
.
descr
p
);
Format
.
printf
"env = %a@."
pp_env
env'
;
Format
.
printf
"==========================================@."
;
Format
.
printf
"==========================================@."
;
Format
.
printf
"==========================================@."
;
Format
.
printf
"patt%a@."
Patterns
.
Print
.
pp
(
Patterns
.
descr
p
);
Format
.
printf
"env = %a@."
pp_env
env'
;
(* Xi_j : a map from term variables in the pattern to type variables *)
let
xj
=
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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