Detect cycles in type declarations
[tiger.ml.git] / compiler / src / lib / tiger / tiger_symbol.mli
CommitLineData
28875fec
SK
1type t
2
3val of_string : string -> t
4
5val to_string : t -> string
cbb4ffb6
SK
6
7val is_equal : t -> t -> bool
This page took 0.019636 seconds and 4 git commands to generate.