Initial commit

This commit is contained in:
Jesús López-González 2017-09-20 17:06:22 +02:00 committed by GitHub
commit c903c53686
2 changed files with 22 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
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/

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# DontFearTheProfunctorOptics
Don't Fear the Profunctor Optics!