forked from ku-fpg/hermit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (41 loc) · 783 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
dist/
*~
*.hi
*.o
*.swp
*.swo
*.DS_Store
*.exe
BEFORE.HERMIT.*
AFTER.HERMIT.*
# example binaries
examples/casereduce/Main
examples/concatVanishes/Flatten
examples/concatVanishes/QSort
examples/concatVanishes/Rev
examples/evaluation/Eval
examples/factorial/Fac
examples/fib-tuple/Fib
examples/flatten/Flatten
examples/hanoi/Hanoi
examples/last/Last
examples/map/Map
examples/mean/Mean
examples/qsort/QSort
examples/reverse/Reverse
examples/new_reverse/Reverse
examples/nub/Nub
examples/Haskell2012/paper/
examples/Haskell2012/Append
examples/Haskell2012/Fib
examples/Haskell2012/Reverse
examples/IFL2012/ifl-paper/
# generated files
src/HERMIT/Parser.hs
src/HERMIT/ParserCore.hs
src/HERMIT/ParserType.hs
tests/dump/*.dump
*.dump-simpl
*.dump-prep
.cabal-sandbox
cabal.sandbox.config