Encoding functions in scope by default.

This commit is contained in:
Stephen Diehl
2016-06-30 22:56:00 -04:00
parent c2ca1677c8
commit 63d5ed625d
3 changed files with 25 additions and 10 deletions
+1
View File
@@ -16,6 +16,7 @@ Design points:
* Automatic string conversions.
* Types for common data structures in scope.
* Types for all common string types in scope.
* Banishes impure exception throwing outside of IO.
* StateT/ReaderT/ExceptT transformers in scope by default.
* Foldable / Traversable functions in scope by default.
* Unsafe functions are prefixed with "unsafe" in separate module.