diff options
| author | Pierre-Marie Pédrot | 2014-03-26 18:05:46 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-03-26 18:22:13 +0100 |
| commit | 0d6fac7744fa5e85852b34ef3d1a11c2f8b0cba5 (patch) | |
| tree | 847b48e8de8263da221e95dfa13ab5aa84593809 /tactics/hipattern.mli | |
| parent | fd2ab327c8d30f129fac3c882b73f4bd4e31a128 (diff) | |
Removing Tacmach compatibility layer in Inv.
Diffstat (limited to 'tactics/hipattern.mli')
| -rw-r--r-- | tactics/hipattern.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/hipattern.mli b/tactics/hipattern.mli index f8a4d35a81..fc87fc9edf 100644 --- a/tactics/hipattern.mli +++ b/tactics/hipattern.mli @@ -147,7 +147,7 @@ val match_eqdec : constr -> bool * constr * constr * constr * constr (** Match an equality up to conversion; returns [(eq,t1,t2)] in normal form *) open Proof_type open Tacmach -val dest_nf_eq : goal sigma -> constr -> (constr * constr * constr) +val dest_nf_eq : 'a Proofview.Goal.t -> constr -> (constr * constr * constr) (** Match a negation *) val is_matching_not : constr -> bool |
