From 40868441d71cb7ea300dba6ec0ec9002fbf996b7 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 2 May 2001 12:14:49 +0000 Subject: [PATCH] [project @ 2001-05-02 12:14:49 by simonpj] A bit more about flags for generics --- ghc/docs/users_guide/glasgow_exts.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4