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
d53ca3c7
Commit
d53ca3c7
authored
Mar 30, 2015
by
Kim Nguyễn
Browse files
Remove the `variable kind` heuristics introduced by commit:
dd209d29
.
parent
6018a66f
Changes
1
Show whitespace changes
Inline
Side-by-side
types/type_tallying.ml
View file @
d53ca3c7
...
...
@@ -753,8 +753,6 @@ let apply_raw delta s t =
);
NormMemoHash
.
clear
memo_norm
;
let
s
=
Substitution
.
kind
delta
Var
.
function_kind
s
in
let
t
=
Substitution
.
kind
delta
Var
.
argument_kind
t
in
let
vgamma
=
Var
.
mk
"Gamma"
in
let
gamma
=
var
vgamma
in
let
cgamma
=
cons
gamma
in
...
...
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