]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/newConstraints.mli
Added a filter for uris in tactic "auto".
[helm.git] / helm / ocaml / tactics / newConstraints.mli
index e57d6b1e0a03532d2b09522a929b9b145f7802b7..d81c66fb03080f4d95c329cc0414e92099710cb2 100644 (file)
@@ -40,15 +40,21 @@ module SetSet : Set.S with type elt = StringSet.t
 
 val pp_SetSet : SetSet.t -> string
 
+val pp_StringSet : StringSet.t -> string
+
+
+
 val inspect_term : int -> Cic.term -> string option * SetSet.t
 
 val prefixes : int -> Cic.term -> string option * ((int * (StringSet.elt list)) list) 
 
-(* (constants_of t) returns a pair (b,n) where n is the number of 
+(* (constants_of t) returns a pair (b,n) where n is the set of the
    constants in the conclusion of t, and b is true if in MainConclusion
    we have an equality *)
 
 val constants_of : Cic.term -> bool * StringSet.t
 
+val constants_concl : Cic.term -> StringSet.t
+
 val pp_prefixes : ((int * (StringSet.elt list)) list) -> string