regex-pderiv-0.1.1: Replaces/Enhances Text.Regex

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