-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
120 lines (114 loc) · 1.42 KB
/
.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
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
# cabal stuff
**/.cabal-sandbox
**/cabal.sandbox.config
**/idx/
**/dist/
dist-newstyle
**/log/
.stack-work
stack.yaml.lock
doc/**/*.html
doc/**/*.css
doc/**/*.js
doc/**/*.png
doc/**/*.gif
doc/**/*.json
**.prof
**.swp
**.hi
**.o
**.dyn_hi
**.dyn_o
**.hpc
**.hpc-*
**.tix
**~
TAGS
tags
ctags
etc
eg/*.dot
eg/*.eps
eg/*.pdf
bench/*.dot
bench/*.eps
bench/*.pdf
mk/toplibs
test/compose-dynamic
test/engine
test/expr
test/eval
test/haexpress
test/kbc
test/order
test/creason
test/reason
test/stats
test/utils
eg/eg
eg/algebraic-graphs
eg/arith
eg/arith-negate-abs
eg/0arith
eg/binarytree
eg/binarytree0
eg/bool
eg/color
eg/colour
eg/digraphs
eg/fun
eg/list
eg/length
eg/lenzip
eg/zip
eg/minus
eg/numbool
eg/insertsort
eg/insertsort0
eg/speculate-reason
eg/string
eg/plus-abs
eg/pretty
eg/pretty-compact
eg/ratio
eg/regexes
eg/sets
eg/monad
eg/tauts
eg/tuples
eg/oddeven
bench/addition
bench/expressions
bench/representatives
bench/representatives2
bench/arithficial
bench/lowtests
bench/nord
bench/unit
bench/trilean
bench/stats
bench/qs*/0arith
bench/qs*/arith-negate-abs
bench/qs*/arith
bench/qs*/binarytree
bench/qs*/binarytree0
bench/qs*/plus-abs
bench/qs*/plus-abs-ineq
bench/qs*/bool
bench/qs*/list
bench/qs*/list-ineq
bench/qs*/length
bench/qs*/lenzip
bench/qs*/zip
bench/qs*/insertsort
bench/qs*/insertsort0
bench/qs*/arithficial
bench/qs*/quickspec
bench/qs*/regexes
bench/qs*/regex
# Haddock
doc/*.html
doc/*.css
doc/*.js
doc/*.png
doc/*.gif