X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FDynamic.hs;h=209eea5a8f57138df3521957e2d895af2cef915c;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=598dc39ee481a6caa52de2cd5050e2a673b00b79;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Dynamic.hs b/Data/Dynamic.hs index 598dc39..209eea5 100644 --- a/Data/Dynamic.hs +++ b/Data/Dynamic.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Dynamic -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Dynamic.hs,v 1.5 2002/03/14 12:09:49 simonmar Exp $ +-- $Id: Dynamic.hs,v 1.6 2002/04/24 16:31:39 simonmar Exp $ -- -- The Dynamic interface provides basic support for dynamic types. --