]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/equality.mli
Main change: added a parameter to build_equality_proof to discriminate
[helm.git] / helm / software / components / tactics / paramodulation / equality.mli
index 20428af41b72bb913988e285217e3d44be38cdec..d3acf8950c6b5cff5225dcf4eb395f3eba06edc7 100644 (file)
@@ -90,6 +90,8 @@ val string_of_proof :
 (* build_goal_proof [eq_URI] [goal_proof] [initial_proof] [ty] 
  *  [ty] is the type of the goal *)
 val build_goal_proof: 
+  ?contextualize:bool -> 
+  ?forward:bool ->
   equality_bag ->
   UriManager.uri -> goal_proof -> proof -> Cic.term-> int list -> 
     Cic.context -> Cic.metasenv ->