Check scope of break statements
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
CommitLineData
28875fec
SK
1type t
2
35dccbd3
SK
3val new_of_string : string -> t
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.020622 seconds and 4 git commands to generate.