diff options
| author | Jim Fehrle | 2019-06-03 14:36:52 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2019-06-03 14:36:52 -0700 |
| commit | 3b87df6b55d9c1ed4a8f32ff6195540f870d7e25 (patch) | |
| tree | 16eb5c39436b6b03dce93d897786fddc9faa9aa3 /plugins | |
| parent | 77fa4df223dc483ebf51fd34d82bb9d3d3405be4 (diff) | |
| parent | a18b1ae63e07cf7e174e3e8862ac32f00ce74865 (diff) | |
Merge branch 'master' of https://github.com/coq/coq
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/funind/recdef.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index 216be3797b..de1b592337 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -1489,8 +1489,6 @@ let com_eqn sign uctx nb_arg eq_name functional_ref f_ref terminate_ref equation } ) )) pstate in - (* (try Vernacentries.interp (Vernacexpr.VernacShow Vernacexpr.ShowProof) with _ -> ()); *) -(* Vernacentries.interp (Vernacexpr.VernacShow Vernacexpr.ShowScript); *) let _ = Flags.silently (fun () -> Lemmas.save_proof_proved ?proof:None ~pstate ~opaque:opacity ~idopt:None) () in () (* Pp.msgnl (fun _ _ -> str "eqn finished"); *) |
