aboutsummaryrefslogtreecommitdiffstats
path: root/caml/CMtypecheck.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-17 15:43:52 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-07-17 15:43:52 +0000
commitc79434827bf2bd71f857f4471f7bbf381fddd189 (patch)
tree3df2fcad9be3ed0907280ab2490cad5b07a89435 /caml/CMtypecheck.mli
parent28e9b3e7b8237c99f8f395d8edd8cb1dbe8c183c (diff)
downloadcompcert-c79434827bf2bd71f857f4471f7bbf381fddd189.tar.gz
compcert-c79434827bf2bd71f857f4471f7bbf381fddd189.zip
Ajout d'un type-checker (non certifie) pour Cminor
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@51 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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
+