úÎSNoneCVThis Dynamic is a variant of the  from base:Data.Dynamic with a g instance. It encapsulates a value of an arbitrary type, provided that the type is instance of both Typeable and Binary. The advantage over just using a  ByteString is the type safety: Raw  ByteString#s have no associated type, and the Binarye interface makes no guarantee that the representations for values of different types are different.'The advantage over using a type-tagged  ByteString is that DynamicI avoids unnecessary encoding/decoding by internally containing either a  ByteString or a decoded value.3Converts an arbitrary value into an object of type . Converts a A object back into an ordinary Haskell value of the correct type. Converts a A object back into an ordinary Haskell value of the correct type.Getter for the TypeRep of this Dynamic. default value+if types match, the value contained in the Dynamic!, otherwise the default value.if types match, Just# the contained value, otherwise Nothing.       )bindynamic-1.0.0.1-9yuG3kGUvbHJxjv2riyGjWData.Dynamic.Binary Data.DynamicDynamictoDynfromDyn fromDynamic dynTypeRep$fBinaryDynamic$fExceptionDynamic $fShowDynamicbinary-0.8.5.1Data.Binary.ClassBinarybaseData.Typeable.InternalTypeable LoadedContent