diff options
author | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
commit | 208a0f7bfa5249f9795e6e225f309cbe715c0fad (patch) | |
tree | 591e9e512063e34099782e2518573f15ffeac003 /pretyping/vnorm.mli | |
parent | de0085539583f59dc7c4bf4e272e18711d565466 (diff) |
Imported Upstream version 8.1~gammaupstream/8.1.gamma
Diffstat (limited to 'pretyping/vnorm.mli')
-rw-r--r-- | pretyping/vnorm.mli | 18 |
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 + |