X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Fstranal%2Fmap.lhs;h=343e36ad47aa81691d6c43adeaebc823bb583cf2;hb=34cb1a0464a3d370b3c2e9de2fb399b8fbfab8c7;hp=d79ec03c1bac6c5b49167071346933bc2fda00f9;hpb=0e703316ff262d1c937525d654cbab2a65c4ea63;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/stranal/map.lhs b/ghc/compiler/tests/stranal/map.lhs index d79ec03..343e36a 100644 --- a/ghc/compiler/tests/stranal/map.lhs +++ b/ghc/compiler/tests/stranal/map.lhs @@ -1,3 +1,4 @@ +> module Test where > data Boolean = FF | TT > data Pair a b = MkPair a b > data LList alpha = Nill | Conss alpha (LList alpha)