úÎ8zNone;NThis 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.            bindy_73Wgr7Ky70IB5KVezfV2BqData.Dynamic.Binary Data.DynamicDynamictoDynfromDyn fromDynamic dynTypeRepbinar_IvYoLp9H6Xy3zEH13MmZwdData.Binary.ClassBinary LoadedContent readFromIORef$fBinaryDynamic$fExceptionDynamic $fShowDynamicbaseData.Typeable.InternalTypeable