From a3d1e952f42211370c67ced6b9eeb0815b8cf454 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 11 Feb 2009 14:47:45 +0000 Subject: [PATCH] Corrected my documentation, after trying to actually use it --- polyplate/Data/Generics/Polyplate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyplate/Data/Generics/Polyplate.hs b/polyplate/Data/Generics/Polyplate.hs index b2ffa67..2941914 100644 --- a/polyplate/Data/Generics/Polyplate.hs +++ b/polyplate/Data/Generics/Polyplate.hs @@ -43,7 +43,7 @@ with this program. If not, see . -- > -- > main :: IO () -- > main = writeInstancesTo GenWithoutOverlapped GenOneClass --- > [genInstance $ undefined :: Company] +-- > [genInstance (undefined :: Company)] -- > ["module Instances where" -- > ,"import Data.Generics.Polyplate" -- > ,"import Data.Generics.Polyplate.Route"