Copyright | (c) 2013 Leon P Smith |
---|---|
License | BSD3 |
Maintainer | Leon P Smith <leon@melding-monads.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
- data HStoreBuilder
- newtype HStoreText = HStoreText Builder
- parseHStore :: Parser (Either UnicodeException HStoreList)
- parseHStoreKeyVal :: Parser (Either UnicodeException (Text, Text))
- parseHStoreText :: Parser (Either UnicodeException Text)
Documentation
data HStoreBuilder Source #
Represents valid hstore syntax.
newtype HStoreText Source #
Represents escape text, ready to be the key or value to a hstore value
parseHStoreKeyVal :: Parser (Either UnicodeException (Text, Text)) Source #