From ea709c29458c70e62336016df42daaf6d619e71c Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Thu, 14 Apr 2016 14:01:38 -0400 Subject: [PATCH] Squashed commit of the following: commit 416dc35d5a6ead5ce62063b56539d899e91bfd36 Author: Stephen Diehl Date: Thu Apr 14 14:00:23 2016 -0400 fix readme formatting commit 8bf3029d011bba7eefba2cc969160152c5a8b1dd Author: Stephen Diehl Date: Wed Apr 13 18:39:39 2016 -0400 design points in readme commit 76bc617db9566a2762eb176d7c84e39f58772642 Author: Stephen Diehl Date: Wed Apr 13 17:09:10 2016 -0400 functor include commit cbaa117b8a3ff67d70fdc8094ed9d6ab5a24a98f Author: Stephen Diehl Date: Wed Apr 13 16:39:47 2016 -0400 brenden's list function commit ef52c8d507eae812ca52096efd3b46020c4573be Author: Stephen Diehl Date: Wed Apr 13 16:36:42 2016 -0400 gracefully handle 7.10 modules if present commit f6fca1059d209f8d152ede3f73376c9a88ad3919 Author: Stephen Diehl Date: Wed Apr 13 16:28:37 2016 -0400 not worth backporting void commit 26d679e25775db94762b1bd583497268d849b240 Author: Stephen Diehl Date: Wed Apr 13 16:12:55 2016 -0400 explicit base types, IsString export, Proxy commit a14ad9bdd6b0922909360f177f3b15f6f41d5779 Author: Stephen Diehl Date: Wed Apr 13 15:20:15 2016 -0400 all non-partial list functions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49483fdcc..aa2fbec7c 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Design points: * Banishes String. * Banishes partial functions. -* compiler warning on bottoms. -* Foldable / Traversable by default. +* Compiler warning on bottoms. * Polymorphic string IO functions. * Automatic string conversions. * Type synonyms for major data structures. * Basic monad 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.