diff options
Diffstat (limited to 'vendor/Ltac2/src/tac2extffi.mli')
| -rw-r--r-- | vendor/Ltac2/src/tac2extffi.mli | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/Ltac2/src/tac2extffi.mli b/vendor/Ltac2/src/tac2extffi.mli new file mode 100644 index 0000000000..f5251c3d0d --- /dev/null +++ b/vendor/Ltac2/src/tac2extffi.mli @@ -0,0 +1,16 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +open Tac2ffi +open Tac2types + +val qhyp : quantified_hypothesis repr + +val bindings : bindings repr + +val constr_with_bindings : constr_with_bindings repr |
