Centralize error message construction
[tiger.ml.git] / compiler / src / lib / tiger / tiger_error.mli
diff --git a/compiler/src/lib/tiger/tiger_error.mli b/compiler/src/lib/tiger/tiger_error.mli
new file mode 100644 (file)
index 0000000..25072b4
--- /dev/null
@@ -0,0 +1,3 @@
+exception T of string
+
+val exn : pos:Tiger_position.t -> msg:string -> 'a
This page took 0.032623 seconds and 4 git commands to generate.