summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
blob: 6f68f3cd664829c44b59443ee33f547bec96a839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TYPE SIGNATURES
  foo :: Sing 'A
TYPE CONSTRUCTORS
  MyKind{0} :: *
  type role Sing nominal nominal
  Sing{2} :: forall k. k -> *
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 _ = DataFamilyInstanceLHS.R:SingMyKind_ _
                  -- Defined at DataFamilyInstanceLHS.hs:8:15
Dependent modules: []
Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3,
                     integer-gmp-1.0.2.0]