X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Text%2FShow%2FFunctions.hs;h=5d5c9146632cf77b9038e695a5ef1e9138969189;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=5b85b4cd25214fe78ae63528bdb4555e6d32d348;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Text/Show/Functions.hs b/Text/Show/Functions.hs index 5b85b4c..5d5c914 100644 --- a/Text/Show/Functions.hs +++ b/Text/Show/Functions.hs @@ -8,8 +8,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Functions.hs,v 1.2 2002/04/24 16:31:47 simonmar Exp $ --- -- Optional instance of Text.Show.Show for functions. -- -----------------------------------------------------------------------------