regex-do-3.2: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Match.Regex

Synopsis

Documentation

class Regex a where Source #

Minimal complete definition

makeRegex, makeRegexOpt

Methods

makeRegex :: a -> E Regex Source #

makeRegexOpt :: a -> [Comp] -> [Exec] -> E Regex Source #

type E a = Either String a Source #

Left String returns regex construction error