summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T12763.stderr
blob: ad3460c2da5c253bce5a2377fdb7f96f45673864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TYPE SIGNATURES
  f :: Int -> ()
  m :: forall a. C a => a -> ()
TYPE CONSTRUCTORS
  C :: * -> Constraint
COERCION AXIOMS
  axiom T12763.N:C :: C a = a -> () -- Defined at T12763.hs:6:1
CLASS INSTANCES
  instance C Int -- Defined at T12763.hs:9:10
Dependent modules: []
Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3,
                     integer-gmp-1.0.2.0]