Fix Symbol.new_of_string - it should not save
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
index 1dd5acc..8b3f8ec 100644 (file)
@@ -1,6 +1,6 @@
 type t
 
-val new_of_string : string -> t
+val unique_of_string : string -> t
 
 val of_string : string -> t
 
This page took 0.019329 seconds and 4 git commands to generate.