commit fdeb006a9e0e0a1590fa42e810cea63de1f7d457 Author: Tissevert Date: Wed May 27 23:06:01 2020 +0200 Initial commit 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