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