ConcurrentUtils-0.4.5.0: Concurrent utilities
Control.CUtils.Dyn
data Dyn Source #
Instances
Methods
(==) :: Dyn -> Dyn -> Bool #
(/=) :: Dyn -> Dyn -> Bool #
showsPrec :: Int -> Dyn -> ShowS #
show :: Dyn -> String #
showList :: [Dyn] -> ShowS #
value :: Typeable t => Dyn -> Maybe t Source #
makeDyn :: (Eq t, Show t, Typeable t) => t -> Dyn Source #
determineType :: Dyn -> TypeRep Source #