-- | XPath operators which are re-exported from the "HaXPath" module for convenience. This module is designed to be
-- imported unqualified.
module HaXPath.Operators (
  (#),
  (&&.),
  (/.),
  (//.),
  (/=.),
  (<.),
  (<=.),
  (=.),
  (>.),
  (>=.),
  (||.),
  (|.)
) where

import           HaXPath