X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=1f0d0ce151b99c13d92323c29d37420468578591;hp=25072b42763563c434d7ea8db129fae31cdc612e;hb=2f38b9f1292d971826d540718855f63431029715;hpb=ef79993b1016fbaa73b0993c88a16b23f8cb7408 diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli index 25072b4..1f0d0ce 100644 --- a/compiler/src/lib/tiger/tiger_error.mli +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -1,3 +1,3 @@ exception T of string -val exn : pos:Tiger_position.t -> msg:string -> 'a +val exn : pos:Tiger_position.t -> string -> 'a