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

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Regex.Deriv.Word

Synopsis

Documentation

class Word a where Source

the Word type class

Methods

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

take :: Int -> a -> a Source

drop :: Int -> a -> a Source

empty :: a Source

reverse :: a -> a Source

append :: a -> a -> a Source

length :: a -> Int Source