Rename "tiger" dir to "compiler"
[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
This page took 0.04301 seconds and 4 git commands to generate.