X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Findex.mli;h=5d496d9365f58480ac92c15323624cae9d214284;hb=a232a59672817abd3d6ec07db0b20d8b3fe5ad3b;hp=5581f7cfa7fd7bbcda4f39d56b00f56b4210c503;hpb=637114791874df9ebc4e0f0936513c71886a913f;p=helm.git diff --git a/helm/software/components/ng_paramodulation/index.mli b/helm/software/components/ng_paramodulation/index.mli index 5581f7cfa..5d496d936 100644 --- a/helm/software/components/ng_paramodulation/index.mli +++ b/helm/software/components/ng_paramodulation/index.mli @@ -29,4 +29,6 @@ module Index (B : Terms.Blob) : val index_unit_clause : DT.t -> B.t Terms.unit_clause -> DT.t + type active_set = B.t Terms.unit_clause list * DT.t + end