b9fff93f25a0ecebb0dfbacd0e2759afbcaba569
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc042.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed Boolean{FF TT} List{Nil Cons} Nat{ZZero Succ} Pair{Mkpair} Tree{Leaf Node} add app before flatten idb idl lEngth nUll neg rEverse sUm swap;
3 1 add :: Nat -> Nat -> Nat ;
4 1 app :: __forall [alpha] => List alpha -> List alpha -> List alpha ;
5 1 before :: List Nat -> List Nat ;
6 1 data Boolean = FF |  TT ;
7 1 data List alpha = Nil |  Cons alpha (List alpha) ;
8 1 data Nat = ZZero |  Succ Nat ;
9 1 data Pair a b = Mkpair a b ;
10 1 data Tree t = Leaf t |  Node (Tree t) (Tree t) ;
11 1 flatten :: __forall [alpha] => Tree alpha -> List alpha ;
12 1 idb :: Boolean -> Boolean ;
13 1 idl :: __forall [a] => List a -> List a ;
14 1 lEngth :: __forall [a] => List a -> Nat ;
15 1 nUll :: __forall [alpha] => List alpha -> Boolean ;
16 1 neg :: Boolean -> Boolean ;
17 1 rEverse :: __forall [alpha] => List alpha -> List alpha ;
18 1 sUm :: Tree Nat -> Nat ;
19 1 swap :: __forall [a b] => Pair a b -> Pair b a ;