]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - Data/Time/W3C/Parser/Parsec.hs
Haddock comments
[time-w3c.git] / Data / Time / W3C / Parser / Parsec.hs
index 6b960acc2d6d01bc5b1e21f66159e771e4f4b46a..862430c3c44535e1f45a55da224823b99eb8d32e 100644 (file)
@@ -1,3 +1,4 @@
+-- | W3C Date and Time parser combinator for "Text.Parsec".
 module Data.Time.W3C.Parser.Parsec
     ( w3cDateTime
     )
@@ -8,7 +9,7 @@ import Data.Time
 import Data.Time.W3C.Types
 import Text.Parsec
 
-
+-- | This is a parser combinator for "Text.Parsec".
 w3cDateTime :: Stream s m Char => ParsecT s u m W3CDateTime
 w3cDateTime = read4 >>= mdhmst
     where