summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
blob: d7f5af5039d8935558eeebcf30e1b69adb72db03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TYPE SIGNATURES
  foo :: Sing 'A
TYPE CONSTRUCTORS
  data type MyKind{0} :: *
  data family Sing{2} :: forall k. k -> *
    roles nominal nominal
COERCION AXIOMS
  axiom DataFamilyInstanceLHS.D:R:SingMyKind_0 ::
      Sing = DataFamilyInstanceLHS.R:SingMyKind_
DATA CONSTRUCTORS
  A :: MyKind
  B :: MyKind
  SingA :: Sing 'A
  SingB :: Sing 'B
FAMILY INSTANCES
  data instance Sing _ -- Defined at DataFamilyInstanceLHS.hs:8:15
Dependent modules: []
Dependent packages: [base-4.14.0.0, ghc-bignum-1.0, ghc-prim-0.7.0]