regex-pderiv-0.1.4: Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives.

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Regex.PDeriv.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