postgresql-libpq-0.11.0.0: src/Database/PostgreSQL/LibPQ/Ptr.hs
{-# LANGUAGE MagicHash #-}
module Database.PostgreSQL.LibPQ.Ptr (emptyPtr) where
import GHC.Ptr (Ptr (..))
emptyPtr :: Ptr a
emptyPtr = Ptr ""#
{-# LANGUAGE MagicHash #-}
module Database.PostgreSQL.LibPQ.Ptr (emptyPtr) where
import GHC.Ptr (Ptr (..))
emptyPtr :: Ptr a
emptyPtr = Ptr ""#