postgresql-syntax-0.1: library/PostgreSQL/Syntax/Foreign.hs
module PostgreSQL.Syntax.Foreign where import PostgreSQL.Syntax.Prelude foreign import ccall unsafe "validate" validate :: Ptr CChar -> Ptr CChar -> IO CInt
module PostgreSQL.Syntax.Foreign where import PostgreSQL.Syntax.Prelude foreign import ccall unsafe "validate" validate :: Ptr CChar -> Ptr CChar -> IO CInt