From 9a4de3e79432f0f4d01a51c242e1a34229b3f509 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Thu, 12 Feb 1998 14:12:51 +0000 Subject: [PATCH] [project @ 1998-02-12 14:12:51 by simonm] couple of newtype changes. --- ghc/docs/users_guide/3-01-notes.vsgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghc/docs/users_guide/3-01-notes.vsgml b/ghc/docs/users_guide/3-01-notes.vsgml index 342f46cf0a2f..9e62ec737bb7 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 </verb> </tscreen> +<item> Unboxed types are now not allowed in the field of a newtype +constructor. + +<item> Report the context properly for type errors in newtype +declarations. + </itemize> -- GitLab