From cf2fb7cd3a8b019bb1e4c2df9bec9bf69d9b57d1 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sun, 16 Oct 2016 20:12:49 +0100 Subject: [PATCH] Note about strictness --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9cf616c5..a32dc14ba 100644 --- a/README.md +++ b/README.md @@ -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.