mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Update haddock.
This commit is contained in:
parent
0344d94343
commit
472765d66a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user