From a2e97dc936c3f01fbf1a46463a3efeb9ef71fb96 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 12 Oct 2016 11:05:39 +0100 Subject: [PATCH] Update FAQ. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 72ffdd0c6..f9cf616c5 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,11 @@ panic "Thus I die. Thus, thus, thus. Now I am dead" If inside of IO simply use ``throwIO`` for exception handling, or if in pure business logic use well-typed checked exceptions of the ``ExceptT`` variety. +* **Why is ``id`` not in scope?** + +It has been renamed to ``identity`` to reserve the ``id`` identifier for the +more common use case of business logic. + License -------