]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
Various fixes
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index c9c99caa1dfb8295474d32a185dd5f79181945a3..7c60f056276f1b2f65175c9b0f974ed79692f305 100644 (file)
@@ -54,7 +54,7 @@ type 'a passive_clause = int * 'a unit_clause (* weight * equation *)
 
 module M : Map.S with type key = int 
 
-type 'a bag = 'a unit_clause M.t 
+type 'a bag = ('a unit_clause * bool) M.t
 
 module type Blob =
   sig