e5c560fd91ae9294ebf6eddc0ab2a28af1903e10
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
1 type t
2
3 val of_string : string -> t
4
5 val to_string : t -> string
6
7 val is_equal : t -> t -> bool
This page took 0.050391 seconds and 3 git commands to generate.