Note about strictness

This commit is contained in:
Stephen Diehl
2016-10-16 20:13:13 +01:00
parent f95489b8f2
commit cf2fb7cd3a
+1
View File
@@ -21,6 +21,7 @@ Design points:
* 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.
* ``sum`` and ``product`` are strict by default.
* Compatibility with GHC 8.0.
* Includes Semiring for GHC >= 7.6.
* Includes Bifunctor for GHC >= 7.6.