regex-deriv-0.0.4: Replaces/Enhances Text.Regex. Implementing regular expression matching using Brzozowski's Deriviatives

Safe HaskellSafe-Inferred

Text.Regex.Deriv.Word

Synopsis

Documentation

class Word a whereSource

the Word type class

Methods

uncons :: a -> Maybe (Char, a)Source

take :: Int -> a -> aSource

drop :: Int -> a -> aSource

empty :: aSource

reverse :: a -> aSource

append :: a -> a -> aSource

length :: a -> IntSource