7 lines
141 B
OCaml
7 lines
141 B
OCaml
|
type t = Type.t Map.Make(Identifier).t
|
||
|
|
||
|
val apply : t -> Type.t -> Type.t
|
||
|
|
||
|
(* compose s2 s1 : first s1, then s2 *)
|
||
|
val compose : t -> t -> t
|