Fix Symbol.new_of_string - it should not save
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
index 8605047..8b3f8ec 100644 (file)
@@ -1,5 +1,13 @@
 type t
 
+val unique_of_string : string -> t
+
 val of_string : string -> t
 
 val to_string : t -> string
+(* Reversable. Returns original. *)
+
+val show : t -> string
+(* Not-reversable. M-expression with name and symbol. *)
+
+val is_equal : t -> t -> bool
This page took 0.030263 seconds and 4 git commands to generate.