]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
some more functors and a nice higher-order all_positions iterator
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index a48753c4ab4e2111ad58b3c05c664bf5a0854166..ceda256925282657258361620a22ad66adc45e4a 100644 (file)
@@ -1,7 +1,8 @@
 PACKAGE = ng_paramodulation
 
 INTERFACE_FILES = \
-       terms.mli pp.mli foSubst.mli foUnif.mli index.mli orderings.mli \
+       terms.mli pp.mli foSubst.mli foUtils.mli \
+       foUnif.mli index.mli orderings.mli superposition.mli \
        nCicBlob.mli cicBlob.mli paramod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)