module Database.Persist.Sql.Lifted.Expression.Bool
  ( not_
  , (&&.)
  , (||.)
  ) where

import Database.Esqueleto.Experimental