]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
The left parameters coming from the constructor types have been refined in a
[helm.git] / helm / software / components / ng_refiner / Makefile
index 33a66bd8c86c608d359ad8b8319ff5b111219d71..9e0959c0d7900fedaac2ea6bad20da6c5b0604d2 100644 (file)
@@ -2,9 +2,13 @@ PACKAGE = ng_refiner
 PREDICATES =
 
 INTERFACE_FILES = \
+       nDiscriminationTree.mli \
        nCicMetaSubst.mli \
+       nCicUnifHint.mli \
+       nCicCoercion.mli \
+       nRstatus.mli \
        nCicUnification.mli \
-       nCicRefiner.mli \
+       nCicRefiner.mli
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)