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
e2b4e79c
Commit
e2b4e79c
authored
Feb 26, 2015
by
Kim Nguyễn
Browse files
Migrate to the new type substitution API (3/3).
parent
7cedb6e8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
types/types.ml
View file @
e2b4e79c
This diff is collapsed.
Click to expand it.
types/types.mli
View file @
e2b4e79c
...
...
@@ -154,13 +154,8 @@ module Positive : sig
val
times
:
v
->
v
->
v
val
xml
:
v
->
v
->
v
val
solve
:
v
->
Node
.
t
val
substitute
:
t
->
(
Var
.
var
*
t
)
->
t
(*val substitute_list : t -> (Var.var * t) list -> t *)
val
solve_rectype
:
t
->
Var
.
var
->
t
(* val substitute_free : Var.Set.t -> t -> t *)
val
clean_type
:
Var
.
Set
.
t
->
t
->
t
end
module
Substitution
:
sig
val
full
:
t
->
(
Var
.
var
*
t
)
list
->
t
val
single
:
t
->
(
Var
.
var
*
t
)
->
t
...
...
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