From 90783996a27e354dfa4996978030fb6d54aa0333 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 31 Oct 2000 17:48:31 +0000 Subject: [PATCH] [project @ 2000-10-31 17:48:31 by simonmar] docbook police --- ghc/docs/users_guide/glasgow_exts.sgml | 37 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 09abc48..b5e4c67 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -4279,25 +4279,24 @@ That is, just leave off the "where" clasuse. Of course, you can put in the where clause and over-ride whichever methods you please. - Using generics - - -To use generics you need to - - - -Use the flag. - - - - -Import the module Generics from the lang package. -This import brings into scope the data types Unit, :*:, -and :+:. (You don't need this import if you don't mention these -types explicitly; for example, if you are simply giving instance declarations.) - - - + + Using generics + To use generics you need to + + + Use the flag. + + + Import the module Generics from the + lang package. This import brings into + scope the data types Unit, + :*:, and :+:. (You + don't need this import if you don't mention these types + explicitly; for example, if you are simply giving instance + declarations.) + + + Changes wrt the paper -- 1.7.10.4