X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;fp=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_error.mli;h=25072b42763563c434d7ea8db129fae31cdc612e;hb=7c14a966d15aab098a4239b6ae6a3fc207504e7f;hp=0000000000000000000000000000000000000000;hpb=2eadd9297a93ac7776a810ed44a547b67dddf32b;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli new file mode 100644 index 0000000..25072b4 --- /dev/null +++ b/compiler/src/lib/tiger/tiger_error.mli @@ -0,0 +1,3 @@ +exception T of string + +val exn : pos:Tiger_position.t -> msg:string -> 'a