bring 7.10 type-level equality into scope

This commit is contained in:
Stephen Diehl
2016-04-18 11:09:03 -04:00
parent da7da2fe75
commit 4b3caa5c18
3 changed files with 29 additions and 7 deletions
+4 -2
View File
@@ -12,9 +12,11 @@ Design points:
* Banishes partial functions.
* Compiler warning on bottoms.
* Polymorphic string IO functions.
* Polymorphic show.
* Automatic string conversions.
* Type synonyms for major data structures.
* Basic monad transformers in scope by default.
* Type for common data structures in scope.
* Type for all common string types in scope.
* StateT/ReaderT/ExceptT transformers in scope by default.
* Foldable / Traversable functions in scope by default.
* Unsafe functions are prefixed with "unsafe" in separate module.
* Compiler agnostic, GHC internal modules are abstracted out into Base.