diff options
Diffstat (limited to 'tuto3/src/tuto_tactic.mli')
| -rw-r--r-- | tuto3/src/tuto_tactic.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tuto3/src/tuto_tactic.mli b/tuto3/src/tuto_tactic.mli index 13f905ed8a..dbf6cf48e2 100644 --- a/tuto3/src/tuto_tactic.mli +++ b/tuto3/src/tuto_tactic.mli @@ -1 +1,3 @@ -val hide_tactic : Names.Id.t -> unit Proofview.tactic +val two_lambda_pattern : + Evd.evar_map -> EConstr.t -> EConstr.t * EConstr.t * EConstr.t +val pack_tactic : Names.Id.t -> unit Proofview.tactic |
