X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Findex.mli;h=51934d1b1f592a1afe69620a47a551ba8dbd0785;hb=95a14ced97592a4116485f94c6ffa806feb62dbc;hp=7d75f28370d00eb487764e4e8d87cd5b18c40f33;hpb=948bb5d710c5d7f3185b6fef76c8e71f247cc664;p=helm.git diff --git a/helm/software/components/ng_paramodulation/index.mli b/helm/software/components/ng_paramodulation/index.mli index 7d75f2837..51934d1b1 100644 --- a/helm/software/components/ng_paramodulation/index.mli +++ b/helm/software/components/ng_paramodulation/index.mli @@ -14,7 +14,7 @@ module Index (B : Orderings.Blob) : sig module ClauseSet : Set.S with - type elt = Terms.direction * B.t Terms.unit_clause + type elt = Terms.direction * B.t Terms.clause module FotermIndexable : Discrimination_tree.Indexable with type constant_name = B.t and @@ -26,9 +26,9 @@ module Index (B : Orderings.Blob) : type data = ClauseSet.elt and type dataset = ClauseSet.t - val index_unit_clause : - DT.t -> B.t Terms.unit_clause -> DT.t + val index_clause : + DT.t -> B.t Terms.clause -> DT.t - type active_set = B.t Terms.unit_clause list * DT.t + type active_set = B.t Terms.clause list * DT.t end