| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Media.VF
Description
- - Module : Media.VF License : MIT Stability : experimental
Simple Variable Media Type
Documentation
Variable Media Field, specify u to
determine where media will be sourced.
Since: 0.1.0.0
Constructors
| Blank :: VF u | |
| RawText :: Text -> VF u | |
| Image :: u -> VF u | |
| Audio :: u -> VF u | |
| Video :: u -> VF u |
Instances
| Functor VF Source # | |
| Eq u => Eq (VF u) Source # | |
| Show u => Show (VF u) Source # | |
| Generic (VF u) Source # | |
| type Rep (VF u) Source # | |
Defined in Media.VF type Rep (VF u) = D1 ('MetaData "VF" "Media.VF" "variable-media-field-0.1.0.0-9BEvFGMmIr349L9squ1Aq3" 'False) ((C1 ('MetaCons "Blank" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "RawText" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :+: (C1 ('MetaCons "Image" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 u)) :+: (C1 ('MetaCons "Audio" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 u)) :+: C1 ('MetaCons "Video" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 u))))) | |