diff options
| author | Enrico Tassi | 2017-03-07 11:18:29 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2017-03-07 11:18:29 +0100 |
| commit | ca82e1ff51108a3dac37f52a96f3af4b4e8d1a18 (patch) | |
| tree | 3575caa866bead81a65886f97d8be5543dbfcd36 /plugins/decl_mode/decl_interp.mli | |
| parent | 96046ed9804ed225d371dda37e978109756a98b6 (diff) | |
Farewell decl_mode
This commit removes from the source tree plugins/decl_mode,
its chapter in the reference manual and related tests.
Diffstat (limited to 'plugins/decl_mode/decl_interp.mli')
| -rw-r--r-- | plugins/decl_mode/decl_interp.mli | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/decl_mode/decl_interp.mli b/plugins/decl_mode/decl_interp.mli deleted file mode 100644 index 4303ecdb42..0000000000 --- a/plugins/decl_mode/decl_interp.mli +++ /dev/null @@ -1,15 +0,0 @@ -(************************************************************************) -(* 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 Tacintern -open Decl_expr - - -val intern_proof_instr : glob_sign -> raw_proof_instr -> glob_proof_instr -val interp_proof_instr : Decl_mode.pm_info -> - Environ.env -> Evd.evar_map -> glob_proof_instr -> proof_instr |
