ConcurrentUtils-0.5.0.0: Concurrent utilities

Safe HaskellSafe
LanguageHaskell2010

Control.CUtils.Dyn

Documentation

data Dyn Source #

Instances
Eq Dyn Source # 
Instance details

Defined in Control.CUtils.Dyn

Methods

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

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

Show Dyn Source # 
Instance details

Defined in Control.CUtils.Dyn

Methods

showsPrec :: Int -> Dyn -> ShowS #

show :: Dyn -> String #

showList :: [Dyn] -> ShowS #

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