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