]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
in the new kernel you can type Type[i] to mean Type_i, and Type is interpreted as
[helm.git] / helm / software / components / ng_kernel / Makefile
index f4ef9a8bf8a564878d07fa6c65788b3d402cb306..fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6 100644 (file)
@@ -9,10 +9,11 @@ INTERFACE_FILES = \
        oCic2NCic.mli  \
        nCic2OCic.mli \
        nCicLibrary.mli \
-       nCicEnvironment.mli \
        nCicPp.mli \
+       nCicEnvironment.mli \
        nCicReduction.mli \
-       nCicTypeChecker.mli
+       nCicTypeChecker.mli \
+       nCicUntrusted.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)