columbia-0.1.3: Enhanced serialization for media that support seeking.

Safe HaskellSafe
LanguageHaskell98

Data.Columbia.DynamicWithCtx

Documentation

data DynamicWithCtx ctx Source #

Constructors

(ctx t, Typeable t) => DynamicWithCtx !t 

dynamicWithCtx :: (ctx t, Typeable t) => t -> DynamicWithCtx ctx Source #