summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc231.stderr
blob: 2377c13a0f57ba1357a3d2678b9f63e54d7b133b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TYPE SIGNATURES
  foo ::
    forall s b chain.
    Zork s (Z [Char]) b =>
    Q s (Z [Char]) chain -> ST s ()
  s :: forall t t1. Q t (Z [Char]) t1 -> Q t (Z [Char]) t1
TYPE CONSTRUCTORS
  data Q s a chain = Node s a chain
    Promotable
  data Z a = Z a
    Promotable
  class Zork s a b | a -> b where
    huh :: Q s a chain -> ST s ()
    {-# MINIMAL huh #-}
COERCION AXIOMS
  axiom NTCo:Zork ::
    Zork s a b = forall chain. Q s a chain -> ST s ()
      -- Defined at tc231.hs:25:1
Dependent modules: []
Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0,
                     integer-gmp-1.0.0.0]