X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fparamodulation%2Fequality.mli;h=6b5e34af99a1377cfd34b9c2f3197cea95b0e777;hb=33f9ff7f9693a77f194112291bd149e7c0d80e71;hp=c86cbdeaccb0114af41db35d3389121a7043902a;hpb=fc26c5c680602ef01df698cc5d696e6a8254ef28;p=helm.git diff --git a/components/tactics/paramodulation/equality.mli b/components/tactics/paramodulation/equality.mli index c86cbdeac..6b5e34af9 100644 --- a/components/tactics/paramodulation/equality.mli +++ b/components/tactics/paramodulation/equality.mli @@ -57,14 +57,12 @@ val compare : equality -> equality -> int val string_of_equality : ?env:Utils.environment -> equality -> string val string_of_proof : ?names:(Cic.name option)list -> proof -> goal_proof -> string -val build_proof_term: - proof -> Cic.term (* given a proof and a list of meta indexes we are interested in the * instantiation gives back the cic proof and the list of instantiations *) (* build_goal_proof [goal_proof] [initial_proof] [ty] * [ty] is the type of the goal *) val build_goal_proof: - goal_proof -> Cic.term -> Cic.term-> int list -> Cic.term * Cic.term list + goal_proof -> proof -> Cic.term-> int list -> Cic.term * Cic.term list val refl_proof: Cic.term -> Cic.term -> Cic.term (** ensures that metavariables in equality are unique *) val fix_metas: int -> equality -> int * equality