summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
blob: 8f24ba13842b61edc42502c513430ff4ef9948f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TYPE SIGNATURES
  foo :: F Int Char -> Int
TYPE CONSTRUCTORS
  type role F nominal nominal
  F{2} :: * -> * -> *
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.12.0.0, ghc-prim-0.5.3,
                     integer-gmp-1.0.2.0]