Tighten-up test cases: specify where errors are expected
[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.059465 seconds and 4 git commands to generate.