opaleye-0.9.6.1: An SQL-generating DSL targeting PostgreSQL
Safe HaskellSafe-Inferred
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

Instances details
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 #