]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/utils.mli
more work on matitaprover (no more XML and buris are created).
[helm.git] / helm / software / components / tactics / paramodulation / utils.mli
index c64eacfd61f3c3364df483305e51624d04e96aab..2f25415ac5ba528ecca3537e160d293c2af716bd 100644 (file)
@@ -63,6 +63,7 @@ val names_of_context: Cic.context -> (Cic.name option) list
 module TermMap: Map.S with type key = Cic.term
 
 val symbols_of_term: Cic.term -> int TermMap.t
+val set_goal_symbols: Cic.term -> unit
 
 val lpo: Cic.term -> Cic.term -> comparison
 
@@ -75,10 +76,6 @@ val compare_terms: (Cic.term -> Cic.term -> comparison) ref
 
 val guarded_simpl:  ?debug:bool -> Cic.context -> Cic.term -> Cic.term
 
-type equality_sign = Negative | Positive
-
-val string_of_sign: equality_sign -> string
-
 type pos = Left | Right 
 
 val string_of_pos: pos -> string