basic hierarchy in place

This commit is contained in:
Stephen Diehl
2016-12-10 12:46:48 +00:00
parent c28fa6b00c
commit b32c80d0bb
11 changed files with 261 additions and 146 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ throwSTM :: Exception e => e -> STM a
throwError :: MonadError e m => e -> m a
```
#### Panic
#### Fatal Errors
```haskell
data FatalError = FatalError {msg :: Text}