cleanup
This commit is contained in:
parent
28d7670ea4
commit
d12641a7ef
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
type t = Type.t Map.Make(Identifier).t
|
type t = Type.t Map.Make(Identifier).t
|
||||||
|
|
||||||
val apply : t -> Type.t -> Type.t
|
val apply : t -> Type.t -> Type.t
|
||||||
|
|
||||||
(* compose s2 s1 : first s1, then s2 *)
|
|
||||||
val compose : t -> t -> t
|
val compose : t -> t -> t
|
||||||
val empty : t
|
val empty : t
|
||||||
val singleton : Identifier.t -> Type.t -> t
|
val singleton : Identifier.t -> Type.t -> t
|
||||||
|
|
Reference in a new issue