Fix Symbol.new_of_string - it should not save
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
... / ...
CommitLineData
1type t
2
3val unique_of_string : string -> t
4
5val of_string : string -> t
6
7val to_string : t -> string
8(* Reversable. Returns original. *)
9
10val show : t -> string
11(* Not-reversable. M-expression with name and symbol. *)
12
13val is_equal : t -> t -> bool
This page took 0.019321 seconds and 4 git commands to generate.