hnix/main
Richard Marko d9303f385c repl: Refactor error handling
Drops Repline `abort`s and switches to `Maybe` result for `call` function.

Few other bits handled too:
- `M.empty` -> `mempty`
- qualified use of `Data.Text`
- minor formatting fixes for readability

Closes #505.
2020-07-04 18:42:16 +02:00
..
Main.hs Remove the NValueNF type, as it provides little utility 2019-03-27 21:16:01 -07:00
Repl.hs repl: Refactor error handling 2020-07-04 18:42:16 +02:00