-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
42 lines (42 loc) · 818 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
*.sw*
/dist
cabal.sandbox.config
.cabal-sandbox/
.stack-work/
bugs/
examples/Arith
examples/Bools
examples/Composition
examples/Curry
examples/Geometry
examples/Heaps
examples/HugeLists
examples/IntSet
examples/ListHOF
examples/ListMonad
examples/Lists
examples/Octonions
examples/Parsing
examples/PrettyPrinting
examples/PrettyPrintingModel
examples/Queues
examples/QuickSpecConditionalBenchmarks/
examples/Regex
examples/Sorted
examples/TinyWM
examples/Zip
examples/tests/AC
examples/tests/ArithFloat
examples/tests/Combinators
examples/tests/Composition-bad
examples/tests/Const
examples/tests/Head
examples/tests/MinMax
examples/tests/Pairs
examples/tests/PrettyPrinting-warnings
examples/tests/Refinements
examples/tests/Sorted-typeclass
examples/tests/TypeClass
examples/old-examples
hacking-guide/
statem-laws/