Initial commit

This commit is contained in:
Tissevert 2020-05-27 23:06:01 +02:00 committed by Gitea
commit fdeb006a9e
2 changed files with 27 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -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.*

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# ExceptIOH
Exception handling, cause apparently it's missing from the Except Monad ?