Blog.Markup
type Document = [Structure] #
type alias for list of Structures
data Structure #
Markup Structure
Constructors
Defined in Blog.Markup
Methods
showsPrec :: Int -> Structure -> ShowS #
show :: Structure -> String #
showList :: [Structure] -> ShowS #
(==) :: Structure -> Structure -> Bool #
(/=) :: Structure -> Structure -> Bool #
compareByDate :: Document -> Document -> Ordering #
parse :: String -> Document #
Parses the string to Markup Document