]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
Various fixes
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index bcc3bcf7bd8a05ff4906f35abafcd6491de67eb2..f2a3de0209e190e349a0435604ea0d9cc91d55ce 100644 (file)
@@ -56,7 +56,7 @@ module OT =
 module M : Map.S with type key = int 
   = Map.Make(OT) 
 
-type 'a bag = 'a unit_clause M.t
+type 'a bag = ('a unit_clause * bool) M.t
 
 module type Blob =
   sig