aboutsummaryrefslogtreecommitdiffstats
path: root/caml/CMtypecheck.mli
diff options
context:
space:
mode:
Diffstat (limited to 'caml/CMtypecheck.mli')
-rw-r--r--caml/CMtypecheck.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/caml/CMtypecheck.mli b/caml/CMtypecheck.mli
new file mode 100644
index 00000000..94a1023a
--- /dev/null
+++ b/caml/CMtypecheck.mli
@@ -0,0 +1,4 @@
+exception Error of string
+
+val type_program: Cminor.program -> Cminor.program
+