X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FDynamic.hs;h=4c449882508edd5beb4dd41a459b532116468f34;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=598dc39ee481a6caa52de2cd5050e2a673b00b79;hpb=bb49ec07b01f68599a49ce04473bd9616c739687;p=ghc-base.git diff --git a/Data/Dynamic.hs b/Data/Dynamic.hs index 598dc39..4c44988 100644 --- a/Data/Dynamic.hs +++ b/Data/Dynamic.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Dynamic -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- --- $Id: Dynamic.hs,v 1.5 2002/03/14 12:09:49 simonmar Exp $ --- -- The Dynamic interface provides basic support for dynamic types. -- -- Operations for injecting values of arbitrary type into