HaskStrongTypes: add TBool and TInt for convenience
[coq-hetmet.git] / examples / Makefile
index c4fafba..f880d81 100644 (file)
@@ -1,4 +1,4 @@
-ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build 
+ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build
 
 open:
        make demo
@@ -14,7 +14,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