]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
First attempt to implement unification hints.
[helm.git] / helm / software / components / ng_refiner / Makefile
index f3a7fba40e2d52a0e0c68d6db6e4caa6e9d3c560..1b2c293bc0858eb47e1cde5c6426306a52d31158 100644 (file)
@@ -5,8 +5,9 @@ INTERFACE_FILES = \
        nDiscriminationTree.mli \
        nCicMetaSubst.mli \
        nCicCoercion.mli \
+       nCicUnifHint.mli \
        nCicUnification.mli \
-       nCicRefiner.mli \
+       nCicRefiner.mli
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)