-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
53 lines (48 loc) · 840 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
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virthualenv
*~
dist_*
.hsenv_*
TAGS
.diagrams_cache
.diagrams-cache
/.cabal-sandbox/
/cabal.sandbox.config
*-diagrams-latex-fig*.txt
*-diagrams-latex-fig*.pdf
*-diagrams-latex-fig*.eps
*-diagrams-latex-fig*.pdf
*-diagrams-latex-fig*.hs
*.hw.pdf
*.hw.tex
*.slides.tex
*.slides.pdf
*.inclass.lhs
diagrams/*.eps
diagrams/*.
*.aux
*.log
*.out
*.nav
*.snm
*.toc
*.vrb
solutions
weeks/01-intro/hw/HW1Sol.hs
weeks/02-ADTs/hw/LogAnalysis.hs
weeks/03-rec-poly/hw/GolfSol.hs
weeks/04-higher-order/hw/HW4Sol.hs
weeks/05-type-classes/hw/Calc.hs
weeks/06-laziness/hw/Fibonacci.hs
weeks/07-folds-monoids/hw/JoinList.hs
weeks/07-folds-monoids/hw/Scrabble.hs
weeks/08-IO/hw/Party.hs
weeks/10-applicative/hw/AParser.hs
weeks/10-applicative/hw/SExpr.hs
weeks/11-applicative2/hw/SExpr.hs
weeks/12-monads/hw/Risk.hs