mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 06:38:40 +03:00
bbf283e7ce
This fixes a slightly confusing type on the `mkErrorResponse` function that post-refactor doesn't work well anymore. It would force the student to handle the two `Error` values that should have been collapsed down by this point. Fixed up some lingering typos in the READMEs that indicated the wrong level number. Added a `.dir-locals.el` file for dante.
23 lines
231 B
Plaintext
23 lines
231 B
Plaintext
dist
|
|
dist-*
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.hpc
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.eventlog
|
|
.stack-work/
|
|
cabal.project.local
|
|
.HTF/
|
|
.ghc.environment.*
|
|
level0*/*app_db.db
|
|
level0*/result |