ConcurrentUtils-0.4.5.0: Concurrent utilities

Safe HaskellSafe
LanguageHaskell98

Control.CUtils.Dyn

Documentation

data Dyn Source #

Instances

Eq Dyn Source # 

Methods

(==) :: Dyn -> Dyn -> Bool #

(/=) :: Dyn -> Dyn -> Bool #

Show Dyn Source # 

Methods

showsPrec :: Int -> Dyn -> ShowS #

show :: Dyn -> String #

showList :: [Dyn] -> ShowS #

makeDyn :: (Eq t, Show t, Typeable t) => t -> Dyn Source #