From: simonm Date: Thu, 12 Feb 1998 14:12:51 +0000 (+0000) Subject: [project @ 1998-02-12 14:12:51 by simonm] X-Git-Tag: Approx_2487_patches~963 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a4de3e79432f0f4d01a51c242e1a34229b3f509;p=ghc-hetmet.git [project @ 1998-02-12 14:12:51 by simonm] couple of newtype changes. --- diff --git a/ghc/docs/users_guide/3-01-notes.vsgml b/ghc/docs/users_guide/3-01-notes.vsgml index 342f46c..9e62ec7 100644 --- a/ghc/docs/users_guide/3-01-notes.vsgml +++ b/ghc/docs/users_guide/3-01-notes.vsgml @@ -85,4 +85,10 @@ with 'Prel' to reduce namespace pollution. UnsafeST ==> PrelUnsafeST + Unboxed types are now not allowed in the field of a newtype +constructor. + + Report the context properly for type errors in newtype +declarations. +