summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T12763.stderr
blob: 24f44e27729ce05da73c259ca20d6a454f9ba60d (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
  class C{1} :: * -> Constraint
COERCION AXIOMS
  axiom T12763.N:C :: C a = a -> ()
CLASS INSTANCES
  instance C Int -- Defined at T12763.hs:9:10
Dependent modules: []
Dependent packages: [base-4.14.0.0, ghc-prim-0.6.1,
                     integer-gmp-1.0.2.0]