Detect cycles in type declarations
[tiger.ml.git] / compiler / src / lib / tiger / tiger_map_sig.ml
index 521b6cf..6356ed3 100644 (file)
@@ -10,4 +10,7 @@ module type S = sig
   val member : ('k, 'v) t -> k:'k -> bool
 
   val to_dot : ('k, 'v) t -> k_to_string:('k -> string) -> string
+
+  val of_list : ('k * 'v) list -> ('k , 'v) t
+  val to_list : ('k , 'v) t    -> ('k * 'v) list
 end
This page took 0.01723 seconds and 4 git commands to generate.