regex-pderiv-0.1.2: Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives. The svn source also shipped with two other referential implementations, e.g. Thomspon NFA and Glushkov NFA. For more detail please check out http://code.google.com/p/xhaskell-library/

Safe HaskellSafe-Infered

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