[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc048.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed AFE{MkAFE} FG{MkFG} OL{MkOL} mAp ranAFE ranOAL sNd;
3 1 data AFE n a b = MkAFE (OL  (n, FG  a b)) ;
4 1 data FG a b = MkFG (OL  (a, b)) ;
5 1 data OL a = MkOL [a] ;
6 1 mAp :: __forall [t t1] => (t -> t1) -> [t] -> [t1] ;
7 1 ranAFE :: __forall [n a b] => AFE n a b -> [FG  a b] ;
8 1 ranOAL :: __forall [a v] => OL  (a, v) -> [v] ;
9 1 sNd :: __forall [t t1] => (t, t1) -> t1 ;