From: simonmar Date: Mon, 27 May 2002 15:57:01 +0000 (+0000) Subject: [project @ 2002-05-27 15:57:01 by simonmar] X-Git-Tag: nhc98-1-18-release~1008 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=38f58eed77a7b96cea04da73154e81497016ecfe;p=haskell-directory.git [project @ 2002-05-27 15:57:01 by simonmar] Documentation, such as it is --- 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