Centralize error message construction
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
1 exception T of string
2
3 val exn : pos:Tiger_position.t -> msg:string -> 'a
This page took 0.045998 seconds and 4 git commands to generate.