summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/TypeFamilyInstanceLHS.stderr
blob: cbd4ada394bfc212e227bc387a5b171ae4253591 (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 a b :: * open
COERCION AXIOMS
  axiom TypeFamilyInstanceLHS.D:R:FBool_ ::
    F Bool _ = Bool -- Defined at TypeFamilyInstanceLHS.hs:6:15
  axiom TypeFamilyInstanceLHS.D:R:FInt_ ::
    F Int _ = Int -- Defined at TypeFamilyInstanceLHS.hs:5:15
FAMILY INSTANCES
  type instance F Int _
  type instance F Bool _
Dependent modules: []
Dependent packages: [base-4.11.0.0, ghc-prim-0.5.2.0,
                     integer-gmp-1.0.1.0]