-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
61 lines (61 loc) · 825 Bytes
/
.gitignore
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
.cabal-sandbox
cabal.sandbox.config
cabal.project.local
cabal.project.local~
.stack-work
idx/
dist/
dist-newstyle
log/
*.swp
*.swo
*.swn
*.swm
*.o
*.hi
*.dyn_hi
*.dyn_o
TAGS
tags
test/main
test/derive
test/error
test/fun
test/funshow
test/generic
test/io
test/most
test/operators
test/tiers
test/types
test/stats
bench/dets
bench/pick
bench/memory-usage
bench/tiers
bench/tiers-colistable
bench/tiers-colistable.hs
bench/tiers-listsofpairs
bench/tiers-listsofpairs.hs
bench/tiers-default
bench/tiers-default.hs
bench/tiers-funlistable
bench/tiers-funlistable.hs
bench/tiers-mixed
bench/tiers-mixed.hs
bench/tiers-4cases
bench/tiers-4cases.hs
eg/test-sort
eg/test-bool
eg/test-float
eg/test-list
eg/higher-order
eg/overflow
doc/**/*.html
doc/**/*.css
doc/**/*.js
doc/**/*.png
doc/**/*.gif
doc/**/*.json
mk/toplibs
README.html