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