Update haddock.

This commit is contained in:
Kei Hibino 2014-05-12 18:14:38 +09:00
parent 0344d94343
commit 472765d66a

View File

@ -100,9 +100,11 @@ data Keyword = SELECT | ALL | DISTINCT | ON
-}
-- | Wrap 'DString' into 'Keyword'
fromDString :: DString -> Keyword
fromDString = Sequence
-- | Unwrap 'Keyword' into 'DString'
toDString :: Keyword -> DString
toDString = d where
d (Sequence ds) = ds