module Database.Persist.Sql.Lifted.Expression.Exists
  ( exists
  , notExists
  ) where

import Database.Esqueleto.Experimental