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