From: simonpj Date: Wed, 2 May 2001 12:14:49 +0000 (+0000) Subject: [project @ 2001-05-02 12:14:49 by simonpj] X-Git-Tag: Approximately_9120_patches~2035 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=40868441d71cb7ea300dba6ec0ec9002fbf996b7;p=ghc-hetmet.git [project @ 2001-05-02 12:14:49 by simonpj] A bit more about flags for generics --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index d390f71..57dbc00 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -3426,7 +3426,10 @@ where clause and over-ride whichever methods you please. To use generics you need to - Use the flag. + Use the flags (to enable the extra syntax), + (to generate extra per-data-type code), + and (to make the Generics library + available. Import the module Generics from the