Update FAQ.

This commit is contained in:
Stephen Diehl
2016-10-12 11:05:39 +01:00
parent e3e2857424
commit a2e97dc936
+5
View File
@@ -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
-------