]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
Inductive definitions are now interpreted (but records are not interpreted yet).
[helm.git] / helm / software / components / ng_refiner / Makefile
index 33a66bd8c86c608d359ad8b8319ff5b111219d71..1b2c293bc0858eb47e1cde5c6426306a52d31158 100644 (file)
@@ -2,9 +2,12 @@ PACKAGE = ng_refiner
 PREDICATES =
 
 INTERFACE_FILES = \
+       nDiscriminationTree.mli \
        nCicMetaSubst.mli \
+       nCicCoercion.mli \
+       nCicUnifHint.mli \
        nCicUnification.mli \
-       nCicRefiner.mli \
+       nCicRefiner.mli
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)