------------------------------------------------------------------------
-- The Agda standard library
--
-- Regular expressions acting on strings
------------------------------------------------------------------------
{-# OPTIONS --cubical-compatible --safe #-}
module Text.Regex.String where
import Data.Char.Properties as Charₚ
------------------------------------------------------------------------
-- Re-exporting definitions
open import Text.Regex Charₚ.≤-decPoset public