From c903c536861841b4202b847b71a7034cfb6eb2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20L=C3=B3pez-Gonz=C3=A1lez?= Date: Wed, 20 Sep 2017 17:06:22 +0200 Subject: [PATCH] Initial commit --- .gitignore | 20 ++++++++++++++++++++ README.md | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..450f32e --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2357fa --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# DontFearTheProfunctorOptics +Don't Fear the Profunctor Optics!