opaleye-0.6.7003.1: An SQL-generating DSL targeting PostgreSQL

Safe HaskellSafe
LanguageHaskell2010

Opaleye.Internal.Tag

Synopsis

Documentation

newtype Tag Source #

Tag is for use as a source of unique IDs in QueryArr

Constructors

UnsafeTag Int 
Instances
Read Tag Source # 
Instance details

Defined in Opaleye.Internal.Tag

Show Tag Source # 
Instance details

Defined in Opaleye.Internal.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #