1
0
Fork 0
This commit is contained in:
Mylloon 2024-04-30 13:51:32 +02:00
parent 28d7670ea4
commit d12641a7ef
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,8 +1,6 @@
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
val empty : t
val singleton : Identifier.t -> Type.t -> t