diff options
| author | Matthieu Sozeau | 2016-05-17 17:24:57 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-06-29 12:16:29 +0200 |
| commit | 410b3cc1cc0f677e052cfedcee03e14521264b64 (patch) | |
| tree | b092df75c1313b6a149366ff9015134547774283 /pretyping/program.mli | |
| parent | 5e979cf6020eea9fa0feaa77c7436a29443e35db (diff) | |
Program: cleanup in cases, add options
Unset Program Generalized Coercion to avoid coercion of general
applications.
Unset Program Cases to deactivate generation equalities and
disequalities of cases.
Diffstat (limited to 'pretyping/program.mli')
| -rw-r--r-- | pretyping/program.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pretyping/program.mli b/pretyping/program.mli index 765f355808..023ff8ca58 100644 --- a/pretyping/program.mli +++ b/pretyping/program.mli @@ -39,3 +39,5 @@ val mk_coq_not : constr -> constr val papp : Evd.evar_map ref -> (unit -> global_reference) -> constr array -> constr val get_proofs_transparency : unit -> bool +val is_program_cases : unit -> bool +val is_program_generalized_coercion : unit -> bool |
