quasiquoting for patterns
[clean-tests.git] / datatype / Tuple.hs
index 6c6a3d7..abd0104 100644 (file)
@@ -7,7 +7,7 @@ import GHC.Generics
 import Printer
 import Compiler
 import Serialise
-import MkCons
+import Language.GenDSL
 
 data Tuple a b = Tuple a b
   deriving Generic