From 38f58eed77a7b96cea04da73154e81497016ecfe Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 27 May 2002 15:57:01 +0000 Subject: [PATCH] [project @ 2002-05-27 15:57:01 by simonmar] Documentation, such as it is --- Text/Show/Functions.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Text/Show/Functions.hs b/Text/Show/Functions.hs index bbd61a1..70a1278 100644 --- a/Text/Show/Functions.hs +++ b/Text/Show/Functions.hs @@ -8,11 +8,14 @@ -- Stability : provisional -- Portability : portable -- --- Optional instance of Text.Show.Show for functions. +-- Optional instance of 'Text.Show.Show' for functions: +-- +-- > instance Show (a -> b) where +-- > showsPrec _ _ = showString \"\\" -- ----------------------------------------------------------------------------- -module Text.Show.Functions where +module Text.Show.Functions () where import Prelude -- 1.7.10.4