opaleye-0.5.2.2: An SQL-generating DSL targeting PostgreSQL
Opaleye.Internal.Tag
newtype Tag Source #
Constructors
Instances
Methods
readsPrec :: Int -> ReadS Tag #
readList :: ReadS [Tag] #
readPrec :: ReadPrec Tag #
readListPrec :: ReadPrec [Tag] #
showsPrec :: Int -> Tag -> ShowS #
show :: Tag -> String #
showList :: [Tag] -> ShowS #
start :: Tag Source #
next :: Tag -> Tag Source #
unsafeUnTag :: Tag -> Int Source #
tagWith :: Tag -> String -> String Source #