File: Error.hi

package info (click to toggle)
nhc98 1.16-15
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 62,544 kB
  • ctags: 103,012
  • sloc: ansic: 831,077; haskell: 60,111; java: 4,116; makefile: 3,045; sh: 2,183; cpp: 212
file content (164 lines) | stat: -rw-r--r-- 4,494 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
interface System.IO.Error where {

{-# NEED #-}
instance Prelude.Functor NHC.Internal.IO;

{-# NEED #-}
instance Prelude.Monad NHC.Internal.IO;

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Fractional (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.RealFrac (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Num (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Real (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Enum (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Read a,Prelude.Integral a) => Prelude.Read (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Ord a,Prelude.Ord b) => Prelude.Ord (Data.Either.Either a b);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Ord (Ratio.Ratio a);

{-# NEED #-}
instance (Prelude.Eq a,Prelude.Eq b) => Prelude.Eq (Data.Either.Either a b);

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Eq (Ratio.Ratio a);

{-# NEED #-}
instance Prelude.Eq IO.Handle;

{-# NEED #-}
instance (Prelude.Integral a) => Prelude.Show (Ratio.Ratio a);

{-# NEED #-}
instance Prelude.Show IO.Handle;

{-# NEED #-}
instance (Prelude.Show a) => Prelude.Show (NHC.Internal.IO a);
interface Data.Either
{-# NEED Either #-}
data Either a b;
interface Ratio
{-# NEED Ratio #-}
data Ratio a;
interface ! System.IO.Error
{-# NEED isUserErrorType #-}
isUserErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isPermissionErrorType #-}
isPermissionErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isIllegalOperationErrorType #-}
isIllegalOperationErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isEOFErrorType #-}
isEOFErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isFullErrorType #-}
isFullErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isAlreadyInUseErrorType #-}
isAlreadyInUseErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isDoesNotExistErrorType #-}
isDoesNotExistErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED isAlreadyExistsErrorType #-}
isAlreadyExistsErrorType{-# 1 #-}::(IOErrorType -> Prelude.Bool);

{-# NEED userErrorType #-}
userErrorType{-# 0 #-}::IOErrorType;

{-# NEED permissionErrorType #-}
permissionErrorType{-# 0 #-}::IOErrorType;

{-# NEED illegalOperationErrorType #-}
illegalOperationErrorType{-# 0 #-}::IOErrorType;

{-# NEED eofErrorType #-}
eofErrorType{-# 0 #-}::IOErrorType;

{-# NEED fullErrorType #-}
fullErrorType{-# 0 #-}::IOErrorType;

{-# NEED alreadyInUseErrorType #-}
alreadyInUseErrorType{-# 0 #-}::IOErrorType;

{-# NEED doesNotExistErrorType #-}
doesNotExistErrorType{-# 0 #-}::IOErrorType;

{-# NEED alreadyExistsErrorType #-}
alreadyExistsErrorType{-# 0 #-}::IOErrorType;

{-# NEED IOErrorType #-}
data IOErrorType;
interface ! Prelude
{-# NEED catch #-}
catch{-# 2 #-}::((NHC.Internal.IO a) -> ((Prelude.IOError -> (NHC.Internal.IO a)) -> (NHC.Internal.IO a)));
interface ! IO
{-# NEED ioeGetHandle #-}
ioeGetHandle{-# 1 #-}::(Prelude.IOError -> (Prelude.Maybe IO.Handle));
interface IO
{-# NEED Handle #-}
newtype {-#  #-} Handle;
interface ! IO
{-# NEED ioeGetFileName #-}
ioeGetFileName{-# 1 #-}::(Prelude.IOError -> (Prelude.Maybe Prelude.FilePath));

{-# NEED ioeGetErrorString #-}
ioeGetErrorString{-# 1 #-}::(Prelude.IOError -> Prelude.String);

{-# NEED isEOFError #-}
isEOFError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isUserError #-}
isUserError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isPermissionError #-}
isPermissionError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isIllegalOperation #-}
isIllegalOperation{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isFullError #-}
isFullError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isAlreadyInUseError #-}
isAlreadyInUseError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isDoesNotExistError #-}
isDoesNotExistError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED isAlreadyExistsError #-}
isAlreadyExistsError{-# 1 #-}::(Prelude.IOError -> Prelude.Bool);

{-# NEED try #-}
try{-# 1 #-}::((NHC.Internal.IO a) -> (NHC.Internal.IO (Prelude.Either Prelude.IOError a)));
interface ! Prelude
{-# NEED userError #-}
userError{-# 1 #-}::(Prelude.String -> Prelude.IOError);

{-# NEED ioError #-}
ioError{-# 1 #-}::(Prelude.IOError -> (NHC.Internal.IO a));
interface NHC.Internal
{-# NEED IO #-}
newtype {-#  #-} IO a;

{-# NEED World #-}
data World;
interface ! Prelude
{-# NEED IOError #-}
data IOError;
}