regexdot-0.12.2.2: A polymorphic, POSIX, extended regex-engine.

Safe HaskellNone
LanguageHaskell2010

RegExDot.InstanceInt

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Provides a default implementation of the type-classes, required for ExtendedRegEx Int.
CAVEATS

In contrast to the traditional regex, there's no reason to escape a Char, other than when referring to a shortcut. Since no shortcuts are defined in this minimal definition, it's always an error to escape a character.

Orphan instances

ShortcutExpander Int Source # 
Instance details

ShortcutExpander Int Source # 
Instance details

Methods

expand :: Char -> Meta Int Source #

ShortcutExpander Int Source # 
Instance details