diff options
| author | Hugo Herbelin | 2016-07-01 13:56:02 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-07-01 13:57:26 +0200 |
| commit | 622c663094717530bc767dacce44b39041b9a732 (patch) | |
| tree | 2d8049817ea5c80660bed69e3cf41da01ca093e1 /proofs | |
| parent | dae240f31d6de1d5b3737d6d0779e009f3d67fa2 (diff) | |
Fixing #4881 (synchronizing "Declare Implicit Tactic" with backtrack).
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/pfedit.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml index 20cae84a49..d3162c54f2 100644 --- a/proofs/pfedit.ml +++ b/proofs/pfedit.ml @@ -215,7 +215,7 @@ let refine_by_tactic env sigma ty tac = (* Support for resolution of evars in tactic interpretation, including resolution by application of tactics *) -let implicit_tactic = ref None +let implicit_tactic = Summary.ref None ~name:"implicit-tactic" let declare_implicit_tactic tac = implicit_tactic := Some tac |
