From c9a88db3ac4f1c3e97e3492ebe076f2df6463540 Mon Sep 17 00:00:00 2001 From: David Feuer Date: Mon, 12 Feb 2018 20:01:56 -0500 Subject: Make ($!) representation-polymorphic Now that `($)` is representation-polymorphic, `($!)` should surely follow suit. Reviewers: hvr, bgamari, simonpj Reviewed By: bgamari, simonpj Subscribers: simonpj, rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4382 --- docs/users_guide/8.6.1-notes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/users_guide/8.6.1-notes.rst b/docs/users_guide/8.6.1-notes.rst index c17664f1ae..e844ab6b2a 100644 --- a/docs/users_guide/8.6.1-notes.rst +++ b/docs/users_guide/8.6.1-notes.rst @@ -49,6 +49,8 @@ Template Haskell ``base`` library ~~~~~~~~~~~~~~~~ +``($!)`` is now representation-polymorphic like ``($)``. + Build system ~~~~~~~~~~~~ -- cgit v1.2.1