blob: 26f9abda0c030293b23c395470374b597d5aa629 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TYPE SIGNATURES
TYPE CONSTRUCTORS
class C1 a where
meth1 :: a -> a
class C3 a where
meth3 :: a -> Syn1 a
type Syn1 a = [a]
COERCION AXIOMS
axiom Roles4.NTCo:C1 :: C1 a = a -> a
axiom Roles4.NTCo:C3 :: C3 a = a -> Syn1 a
Dependent modules: []
Dependent packages: [base-4.8.0.0, ghc-prim-0.4.0.0,
integer-gmp-1.0.0.0]
==================== Typechecker ====================
|