blob: 35895a8ae4411f13313f5d77abb84cae89c89001 (
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
25
|
TYPE SIGNATURES
TYPE CONSTRUCTORS
data T1 a = K1 (IO a)
type role T2 phantom
data T2 a = K2 (FunPtr a)
COERCION AXIOMS
Dependent modules: []
Dependent packages: [base-4.8.2.0, ghc-prim-0.4.0.0,
integer-gmp-1.0.0.0]
==================== Typechecker ====================
Roles2.$tcT2
= TyCon
5934726586329293381##
1923031187495159753##
Roles2.$trModule
(TrNameS "T2"#)
Roles2.$tcT1
= TyCon
13879106829711353992##
15151456821588362072##
Roles2.$trModule
(TrNameS "T1"#)
Roles2.$trModule = Module (TrNameS "main"#) (TrNameS "Roles2"#)
|