summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2015-11-18 12:22:58 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-18 12:53:50 +0100
commitc945c90bd910b7e38abd2f98af7783eea281d8f8 (patch)
treeb8f56c8d56853134ffb85be4ea1da305e44368be /docs
parent6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef (diff)
downloadhaskell-c945c90bd910b7e38abd2f98af7783eea281d8f8.tar.gz
base: Documentation for TypeError
Test Plan: Read Reviewers: yav, hvr, austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1490
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/7.12.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/7.12.1-notes.rst b/docs/users_guide/7.12.1-notes.rst
index 10ed77eaf3..d52b06603f 100644
--- a/docs/users_guide/7.12.1-notes.rst
+++ b/docs/users_guide/7.12.1-notes.rst
@@ -227,6 +227,8 @@ base
``Applicative``. If this causes performance regressions, try to make the
implementation of ``(*>)`` match that of ``(>>)``.
+- Add ``GHC.TypeLits.TypeError`` and ``ErrorMessage`` to allow users
+ to define custom compile-time error messages.
binary
~~~~~~