diff options
| author | Pierre-Marie Pédrot | 2020-06-04 12:45:07 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-06-04 12:46:13 +0200 |
| commit | 497a300a7f50d2f4a37dae5c3d6fdab870829051 (patch) | |
| tree | 3ad40c65b8b4cc2972ca95a383df35de2fe9c4d4 /tactics/cbn.mli | |
| parent | 4d98718e719f14b11c45465c2c7f31b2560cdd5f (diff) | |
Move the Cbn module to tactics/.
Diffstat (limited to 'tactics/cbn.mli')
| -rw-r--r-- | tactics/cbn.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tactics/cbn.mli b/tactics/cbn.mli new file mode 100644 index 0000000000..af54771382 --- /dev/null +++ b/tactics/cbn.mli @@ -0,0 +1,13 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(* * (see LICENSE file for the text of the license) *) +(************************************************************************) + +val whd_cbn : + CClosure.RedFlags.reds -> + Environ.env -> Evd.evar_map -> EConstr.constr -> EConstr.constr |
