partial implementation of KappaAbs/KappaApp in Coq code
[coq-hetmet.git] / examples / Makefile
index c4fafba..09e4b9c 100644 (file)
@@ -1,10 +1,11 @@
-ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build 
+ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build
 
 open:
        make demo
        open .build/test.pdf
 
 #sanity += BiGArrow.hs
+sanity += KappaDemo.hs
 sanity += CircuitExample.hs
 sanity += CommandSyntaxExample.hs
 sanity += DotProduct.hs
@@ -14,7 +15,7 @@ sanity += ImmutableHeap.hs
 sanity += IsomorphismForCodeTypes.hs
 sanity += LambdaCalculusInterpreter.hs
 sanity += TypeSafeRun.hs
-sanity += Unflattening.hs
+#sanity += Unflattening.hs
 
 sanity_opts  = -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file
 sanity_opts += -fsimpleopt-before-flatten