File: reportrefs

package info (click to toggle)
haskell98-tutorial 200006-2-3
  • links: PTS
  • area: main
  • in suites: bullseye, sid
  • size: 972 kB
  • sloc: haskell: 2,125; makefile: 68; sh: 9
file content (457 lines) | stat: -rw-r--r-- 10,281 bytes parent folder | download | duplicates (6)
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
$wadler:classes=haskell
$unicode=haskell
$peyton-jones:book=haskell
$libraries=haskell
$penfield:complex-apl=haskell
$jones:cclasses=haskell
$tutorial=haskell
$hindley69=haskell
$damas-milner82=haskell
$curry&feys:book=haskell
$back78=haskell
sectE.3=pragmas
sectE.2=pragmas
sectE.1=pragmas
pragmas=pragmas
sectE=pragmas
tree-inst=derived
sectD.1=derived
derived-appendix=derived
sectD=derived
literate=literate
sectC=literate
bnf=syntax-iso
sectB.4=syntax-iso
layout=syntax-iso
sectB.3=syntax-iso
sectB.2=syntax-iso
sectB.1=syntax-iso
syntax=syntax-iso
sectB=syntax-iso
$vreadLn=standard-prelude
$vreadIO=standard-prelude
$vappendFile=standard-prelude
$vwriteFile=standard-prelude
$vreadFile=standard-prelude
$vinteract=standard-prelude
$vgetContents=standard-prelude
$vgetLine=standard-prelude
$vgetChar=standard-prelude
$vprint=standard-prelude
$vputStrLn=standard-prelude
$vputStr=standard-prelude
$vputChar=standard-prelude
$vcatch=standard-prelude
$vuserError=standard-prelude
$vioError=standard-prelude
$iEq$$IOError=standard-prelude
$iShow$$IOError=standard-prelude
$tIOError=standard-prelude
$tFilePath=standard-prelude
preludeio=standard-prelude
sectA.3=standard-prelude
$iShow$$IO=standard-prelude
$iShow$$a$D$Ab=standard-prelude
$iRead$$$Pa$xb$C=standard-prelude
$iShow$$$Pa$xb$C=standard-prelude
$iRead$$$Ba$c=standard-prelude
$iShow$$$Ba$c=standard-prelude
$iRead$$Char=standard-prelude
$iShow$$Char=standard-prelude
$iRead$$$P$C=standard-prelude
$iShow$$$P$C=standard-prelude
$iRead$$Double=standard-prelude
$iShow$$Double=standard-prelude
$iRead$$Float=standard-prelude
$iShow$$Float=standard-prelude
$iRead$$Integer=standard-prelude
$iShow$$Integer=standard-prelude
$iRead$$Int=standard-prelude
$iShow$$Int=standard-prelude
$vlex=standard-prelude
$vreadParen=standard-prelude
$vshowParen=standard-prelude
$vshowString=standard-prelude
$vshowChar=standard-prelude
$vshow=standard-prelude
$vread=standard-prelude
$vshows=standard-prelude
$vreads=standard-prelude
$tShow=standard-prelude
$tRead=standard-prelude
$tShowS=standard-prelude
$tReadS=standard-prelude
preludetext=standard-prelude
sectA.2=standard-prelude
$vunzip3=standard-prelude
$vunzip=standard-prelude
$vzipWith3=standard-prelude
$vzipWith=standard-prelude
$vzip3=standard-prelude
$vzip=standard-prelude
$vconcatMap=standard-prelude
$vmaximum=standard-prelude
$vminimum=standard-prelude
$vsum=standard-prelude
$vproduct=standard-prelude
$vlookup=standard-prelude
$velem=standard-prelude
$vnotElem=standard-prelude
$vany=standard-prelude
$vall=standard-prelude
$vand=standard-prelude
$vor=standard-prelude
$vreverse=standard-prelude
$vunwords=standard-prelude
$vunlines=standard-prelude
$vwords=standard-prelude
$vlines=standard-prelude
$vspan=standard-prelude
$vbreak=standard-prelude
$vdropWhile=standard-prelude
$vtakeWhile=standard-prelude
$vsplitAt=standard-prelude
$vdrop=standard-prelude
$vtake=standard-prelude
$vcycle=standard-prelude
$vreplicate=standard-prelude
$vrepeat=standard-prelude
$viterate=standard-prelude
$vscanr1=standard-prelude
$vscanr=standard-prelude
$vfoldr1=standard-prelude
$vfoldr=standard-prelude
$vscanl1=standard-prelude
$vscanl=standard-prelude
$vfoldl1=standard-prelude
$vfoldl=standard-prelude
$v$E$E=standard-prelude
$vlength=standard-prelude
$vnull=standard-prelude
$vinit=standard-prelude
$vtail=standard-prelude
$vlast=standard-prelude
$vhead=standard-prelude
$vconcat=standard-prelude
$vfilter=standard-prelude
$v++=standard-prelude
$vmap=standard-prelude
preludelist=standard-prelude
sectA.1=standard-prelude
$vundefined=standard-prelude
$verror=standard-prelude
$vasTypeOf=standard-prelude
$vuntil=standard-prelude
$vuncurry=standard-prelude
$vcurry=standard-prelude
$vsnd=standard-prelude
$vfst=standard-prelude
$t$Pa$xb$xc$C=standard-prelude
$t$Pa$xb$C=standard-prelude
$iMonad$$$Ba$c=standard-prelude
$iFunctor$$$Ba$c=standard-prelude
$t$Ba$c=standard-prelude
$vnumericEnumFromThenTo=standard-prelude
$vnumericEnumFromTo=standard-prelude
$vnumericEnumFromThen=standard-prelude
$vnumericEnumFrom=standard-prelude
$iEnum$$Double=standard-prelude
$iEnum$$Float=standard-prelude
$iRealFloat$$Double=standard-prelude
$iRealFrac$$Double=standard-prelude
$iFloating$$Double=standard-prelude
$iFractional$$Double=standard-prelude
$iReal$$Double=standard-prelude
$iNum$$Double=standard-prelude
$iOrd$$Double=standard-prelude
$iEq$$Double=standard-prelude
$tDouble=standard-prelude
$iRealFloat$$Float=standard-prelude
$iRealFrac$$Float=standard-prelude
$iFloating$$Float=standard-prelude
$iFractional$$Float=standard-prelude
$iReal$$Float=standard-prelude
$iNum$$Float=standard-prelude
$iOrd$$Float=standard-prelude
$iEq$$Float=standard-prelude
$tFloat=standard-prelude
$iEnum$$Integer=standard-prelude
$iIntegral$$Integer=standard-prelude
$iReal$$Integer=standard-prelude
$iNum$$Integer=standard-prelude
$iOrd$$Integer=standard-prelude
$iEq$$Integer=standard-prelude
$tInteger=standard-prelude
$iBounded$$Int=standard-prelude
$iEnum$$Int=standard-prelude
$iIntegral$$Int=standard-prelude
$iReal$$Int=standard-prelude
$iNum$$Int=standard-prelude
$iOrd$$Int=standard-prelude
$iEq$$Int=standard-prelude
$tInt=standard-prelude
$tOrdering=standard-prelude
$iMonad$$IO=standard-prelude
$iFunctor$$IO=standard-prelude
$tIO=standard-prelude
$veither=standard-prelude
$tEither=standard-prelude
$iMonad$$Maybe=standard-prelude
$iFunctor$$Maybe=standard-prelude
$vmaybe=standard-prelude
$tMaybe=standard-prelude
$tString=standard-prelude
$iBounded$$Char=standard-prelude
$iEnum$$Char=standard-prelude
$iOrd$$Char=standard-prelude
$iEq$$Char=standard-prelude
$tChar=standard-prelude
$votherwise=standard-prelude
$vnot=standard-prelude
$v$A$A=standard-prelude
$v$b$b=standard-prelude
$tBool=standard-prelude
$v$D=standard-prelude
$v$D$E=standard-prelude
$vflip=standard-prelude
$v.=standard-prelude
$vconst=standard-prelude
$vid=standard-prelude
$ta=standard-prelude
$t$P$C=standard-prelude
$v$Q$L$L=standard-prelude
$vmapM_=standard-prelude
$vmapM=standard-prelude
$vsequence_=standard-prelude
$vsequence=standard-prelude
$tMonad=standard-prelude
$tFunctor=standard-prelude
$vrealToFrac=standard-prelude
$vfromIntegral=standard-prelude
$v$U$U=standard-prelude
$v$U=standard-prelude
$vlcm=standard-prelude
$vgcd=standard-prelude
$veven=standard-prelude
$vodd=standard-prelude
$vsubtract=standard-prelude
$tRealFloat=standard-prelude
$tRealFrac=standard-prelude
$tFloating=standard-prelude
$tFractional=standard-prelude
$tIntegral=standard-prelude
$tReal=standard-prelude
$tNum=standard-prelude
$tBounded=standard-prelude
$tEnum=standard-prelude
$tOrd=standard-prelude
$tEq=standard-prelude
stdprelude=standard-prelude
sectA=standard-prelude
sect7.3=io-13
sect7.2=io-13
sect7.1=io-13
io=io-13
sect7=io-13
coercion=basic
sect6.4.6=basic
sect6.4.5=basic
magnitude-sign=basic
sect6.4.4=basic
sect6.4.3=basic
arithmetic-operators=basic
sect6.4.2=basic
numeric-literals=basic
sect6.4.1=basic
basic-numeric-2=basic
basic-numeric-1=basic
standard-numeric-types=basic
numbers=basic
sect6.4=basic
sect6.3.7=basic
monad-class=basic
sect6.3.6=basic
sect6.3.5=basic
sect6.3.4=basic
sect6.3.3=basic
sect6.3.2=basic
sect6.3.1=basic
standard-classes=basic
sect6.3=basic
strict-eval=basic
sect6.2=basic
sect6.1.8=basic
sect6.1.7=basic
sect6.1.6=basic
basic-trivial=basic
sect6.1.5=basic
basic-tuples=basic
sect6.1.4=basic
basic-lists=basic
sect6.1.3=basic
characters=basic
sect6.1.2=basic
prelude-bool=basic
booleans=basic
sect6.1.1=basic
basic-types=basic
sect6.1=basic
basic-types-and-classes=basic
sect6=basic
prelude-fixities=modules
fixity=modules
sect5.9=modules
abstract-types=modules
sect5.8=modules
sect5.7=modules
std-prel-shadowing=modules
sect5.6.2=modules
sect5.6.1=modules
standard-prelude=modules
sect5.6=modules
closure=modules
sect5.5.3=modules
sect5.5.2=modules
qualifiers=modules
sect5.5.1=modules
sect5.5=modules
sect5.4=modules
as-clause=modules
sect5.3.2=modules
sect5.3.1=modules
import=modules
sect5.3=modules
export=modules
sect5.2=modules
module-implementations=modules
sect5.1=modules
modules=modules
sect5=modules
kindinference=decls
sect4.6=decls
sect:monomorphism-restriction=decls
sect4.5.5=decls
monomorphism=decls
sect4.5.4=decls
context-reduction=decls
sect4.5.3=decls
generalization=decls
sect4.5.2=decls
sect4.5.1=decls
dependencyanalysis=decls
sect4.5=decls
pattern-bindings=decls
function-bindings=decls
sect4.4.2=decls
type-signatures=decls
sect4.4.1=decls
nested=decls
sect4.4=decls
default-decls=decls
sect4.3.4=decls
derived-decls=decls
sect4.3.3=decls
instance-decls=decls
sect4.3.2=decls
class-decls=decls
sect4.3.1=decls
classes=decls
overloading=decls
sect4.3=decls
datatype-renaming=decls
sect4.2.3=decls
type-synonym-decls=decls
sect4.2.2=decls
strictness-flags=decls
field-labels=decls
datatype-decls=decls
sect4.2.1=decls
user-defined-datatypes=decls
sect4.2=decls
type-semantics=decls
sect4.1.3=decls
classes&contexts=decls
sect4.1.2=decls
types=decls
type-syntax=decls
sect4.1.1=decls
types-overview=decls
sect4.1=decls
declarations=decls
sect4=decls
simple-case-expr-2=exps
case-semantics=exps
sect3.17.3=exps
simple-case-expr-1=exps
sect3.17.2=exps
pattern-definitions=exps
sect3.17.1=exps
patterns=exps
pattern-matching=exps
sect3.17=exps
expression-type-sigs=exps
sect3.16=exps
sect3.15.3=exps
sect3.15.2=exps
sect3.15.1=exps
field-ops=exps
sect3.15=exps
do-expressions=exps
sect3.14=exps
case=exps
sect3.13=exps
let-expressions=exps
sect3.12=exps
list-comprehensions=exps
sect3.11=exps
arithmetic-sequences=exps
sect3.10=exps
unit-expression=exps
sect3.9=exps
tuples=exps
sect3.8=exps
lists=exps
sect3.7=exps
conditionals=exps
sect3.6=exps
sections=exps
sect3.5=exps
operators=exps
sect3.4=exps
lambda-abstractions=exps
applications=exps
sect3.3=exps
sect3.2=exps
basic-errors=exps
sect3.1=exps
syntax-precedences=exps
expressions=exps
sect3=exps
layout-after=lexemes
layout-before=lexemes
lexemes-layout=lexemes
sect2.7=lexemes
lexemes-char=lexemes
sect2.6=lexemes
lexemes-numeric=lexemes
sect2.5=lexemes
ids=lexemes
sect2.4=lexemes
sect2.3=lexemes
whitespace=lexemes
lexemes=lexemes
sect2.2=lexemes
notational-conventions=lexemes
sect2.1=lexemes
lexical-structure=lexemes
sect2=lexemes
namespaces=intro
sect1.4=intro
errors=intro
sect1.3=intro
intro-kernel=intro
sect1.2=intro
programs=intro
sect1.1=intro
introduction=intro
sect1=intro