X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_map_sig.ml;h=ed21d33da1b6592971029b69ad194447ca523cbd;hp=521b6cfa3934dbc44734fef881a97101f2fea203;hb=be22952d3228b62e546756299a0f9a127ae64921;hpb=2f38b9f1292d971826d540718855f63431029715 diff --git a/compiler/src/lib/tiger/tiger_map_sig.ml b/compiler/src/lib/tiger/tiger_map_sig.ml index 521b6cf..ed21d33 100644 --- a/compiler/src/lib/tiger/tiger_map_sig.ml +++ b/compiler/src/lib/tiger/tiger_map_sig.ml @@ -10,4 +10,6 @@ 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 end