Stability | experimental |
---|---|
Maintainer | Leon P Smith <[email protected]> |
Safe Haskell | None |
Database.PostgreSQL.Simple.TypeInfo.Macro
Description
A Template Haskell macro for efficiently checking membership in a set of type oids.
Documentation
inlineTypoid :: TypeInfo -> ExpQSource
Literally substitute the value of a TypeInfo expression. Returns
an expression of type Oid
. Useful because GHC tends not to
fold constants.