Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
namedFields_ :: [(Maybe Text, SExp)] -> SExp #
namedFields_
is similar to iStruct_
but index generated names could be overridden
(->.) :: SExp -> Text -> SExp infixl 9 #
operator for accessing a struct field. Postgres requires explicit dot disambiguation when accessing a row field.
starAsStruct_ :: Q () #
varAsValue_ :: Ref SExp -> Q () #