From: stolz Date: Tue, 11 Mar 2003 12:26:14 +0000 (+0000) Subject: [project @ 2003-03-11 12:26:14 by stolz] X-Git-Tag: Approx_11550_changesets_converted~1073 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=769b415da22e9a1dfc10c108cd804dbed776010a [project @ 2003-03-11 12:26:14 by stolz] Add comment about lack of instance-support in .hi-boot --- diff --git a/ghc/docs/users_guide/separate_compilation.sgml b/ghc/docs/users_guide/separate_compilation.sgml index 1678413..42abfee 100644 --- a/ghc/docs/users_guide/separate_compilation.sgml +++ b/ghc/docs/users_guide/separate_compilation.sgml @@ -631,7 +631,9 @@ newtype GHC.IOBase.IO a Only data, type, newtype, class, and - type signature declarations may be included. + type signature declarations may be included. You cannot declare + instances or derive them automatically. +