summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T3017.stderr
blob: 3000395aa2c268c5690c8eeb905430acd82295ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TYPE SIGNATURES
  Foo.L :: forall a. [a] -> ListColl a
  empty :: forall c. Coll c => c
  emptyL :: forall a. ListColl a
  insert :: forall c. Coll c => Elem c -> c -> c
  test2 ::
    forall c t t1. (Elem c ~ (t, t1), Coll c, Num t1, Num t) => c -> c
TYPE CONSTRUCTORS
  class Coll c where
    type family Elem c :: * open
    empty :: c
    insert :: Elem c -> c -> c
    {-# MINIMAL empty, insert #-}
  data ListColl a = L [a]
COERCION AXIOMS
  axiom Foo.D:R:ElemListColl ::
    Elem (ListColl a) = a -- Defined at T3017.hs:13:9
INSTANCES
  instance Coll (ListColl a) -- Defined at T3017.hs:12:11
FAMILY INSTANCES
  type Elem (ListColl a)
Dependent modules: []
Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0,
                     integer-gmp-1.0.0.1]