From 769b415da22e9a1dfc10c108cd804dbed776010a Mon Sep 17 00:00:00 2001 From: stolz Date: Tue, 11 Mar 2003 12:26:14 +0000 Subject: [PATCH] [project @ 2003-03-11 12:26:14 by stolz] Add comment about lack of instance-support in .hi-boot --- ghc/docs/users_guide/separate_compilation.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. + -- 1.7.10.4