summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T20627.stdout
blob: e9cadc1a331d6bd376ccd705bc9ef7c094edafa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

Type and Constraint unqualified:
(->) :: Type -> Type -> Type
Functor :: (Type -> Type) -> Constraint

Type qualified, Constraint unqualified:
(->) :: GHC.Types.Type -> GHC.Types.Type -> GHC.Types.Type
Functor :: (GHC.Types.Type -> GHC.Types.Type) -> Constraint

Type and Constraint qualified:
(->) :: GHC.Types.Type -> GHC.Types.Type -> GHC.Types.Type
Functor :: (GHC.Types.Type -> GHC.Types.Type)
           -> GHC.Types.Constraint