Small haddock documentation fix. (Andrea Rossato)

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1407 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-08-12 00:52:17 +00:00
parent 24bf0cfe8c
commit 17a41e6ebc

View file

@ -65,8 +65,8 @@ data ListNumberDelim = DefaultDelim
| OneParen
| TwoParens deriving (Eq, Show, Read, Typeable, Data)
-- | Attributes.
type Attr = (String, [String], [(String, String)]) -- ^ Identifier, classes, key-value pairs
-- | Attributes: identifier, classes, key-value pairs
type Attr = (String, [String], [(String, String)])
-- | Block element.
data Block