[project @ 1998-02-12 14:12:51 by simonm]
authorsimonm <unknown>
Thu, 12 Feb 1998 14:12:51 +0000 (14:12 +0000)
committersimonm <unknown>
Thu, 12 Feb 1998 14:12:51 +0000 (14:12 +0000)
couple of newtype changes.

ghc/docs/users_guide/3-01-notes.vsgml

index 342f46c..9e62ec7 100644 (file)
@@ -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>