summaryrefslogtreecommitdiff
path: root/pretyping/vnorm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/vnorm.mli')
-rw-r--r--pretyping/vnorm.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/pretyping/vnorm.mli b/pretyping/vnorm.mli
new file mode 100644
index 00000000..2ea94bfb
--- /dev/null
+++ b/pretyping/vnorm.mli
@@ -0,0 +1,18 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(*i*)
+open Names
+open Term
+open Environ
+open Reduction
+(*i*)
+
+(*s Reduction functions *)
+val cbv_vm : env -> constr -> types -> constr
+