From fdeb006a9e0e0a1590fa42e810cea63de1f7d457 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Wed, 27 May 2020 23:06:01 +0200 Subject: [PATCH] Initial commit --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eea5c71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# ---> Haskell +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 +cabal.project.local~ +.HTF/ +.ghc.environment.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8df4282 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ExceptIOH + +Exception handling, cause apparently it's missing from the Except Monad ? \ No newline at end of file