summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
blob: 2b26ecfe5892f997ed01023b434c86abe985a8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TYPE SIGNATURES
  foo :: F Int Char -> Int
TYPE CONSTRUCTORS
  type family F{2} :: * -> * -> *
    roles nominal nominal
COERCION AXIOMS
  axiom TypeFamilyInstanceLHS.D:R:FBool_1 :: F Bool _1 = Bool
  axiom TypeFamilyInstanceLHS.D:R:FInt_1 :: F Int _1 = Int
FAMILY INSTANCES
  type instance F Int _ = Int
                  -- Defined at TypeFamilyInstanceLHS.hs:7:15
  type instance F Bool _ = Bool
                  -- Defined at TypeFamilyInstanceLHS.hs:8:15
Dependent modules: []
Dependent packages: [base-4.14.0.0, ghc-bignum-1.0, ghc-prim-0.6.1]