summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/DataFamilyInstanceLHS.stderr
blob: 12982a740c7697bc312dc236698defc9d995d18d (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 :: *
  type role Sing nominal nominal
  Sing :: forall k. k -> *
COERCION AXIOMS
  axiom DataFamilyInstanceLHS.D:R:SingMyKind_0 ::
    Sing _1 = DataFamilyInstanceLHS.R:SingMyKind_ _1
      -- Defined at DataFamilyInstanceLHS.hs:8:15
DATA CONSTRUCTORS
  A :: MyKind
  B :: MyKind
  SingA :: Sing 'A
  SingB :: Sing 'B
FAMILY INSTANCES
  data instance Sing
Dependent modules: []
Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3,
                     integer-gmp-1.0.2.0]