WURFL-0.1: Convert the WURFL file into a Parsec parserSource codeContentsIndex
WURFLTypes
Documentation
class Tropical a whereSource
Methods
tempty :: aSource
tappend :: a -> a -> aSource
show/hide Instances
data MD Source
Constructors
MD
postMethodSupport :: !Bool
columns :: !Int
rows :: !Int
maxImageHeight :: !Int
maxImageWidth :: !Int
colors :: !Int
gif :: !Bool
jpg :: !Bool
png :: !Bool
j2me :: !Bool
j2meHeap :: !Int
j2meHeight :: !Int
j2meWidth :: !Int
markup :: !String
brand :: !String
isWireless :: !Bool
streaming3gpp :: !Bool
show/hide Instances
emptyMD :: MDSource
data Tree a Source
Constructors
Node String (Maybe a) [Tree a]
show/hide Instances
Eq a => Eq (Tree a)
Show a => Show (Tree a)
Produced by Haddock version 2.4.2