| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Regex.Do.Pcre.Ascii.MatchHint
Description
this module uses TypeFamilies
this module is similar to Text.Regex.Do.Pcre.Ascii.Match. The differences are:
Text.Regex.Do.Pcre.Ascii.Match is more flexible:
accepts
PatternRegex,- Text.Regex.Do.Pcre.Ascii.Match needs to infer result type
this module:
Documentation
class (Hint hint, Match a a (F hint a)) => MatchHint hint a where Source
Minimal complete definition
Nothing
Instances
| MatchHint PosLen_ String Source | |
| MatchHint PosLen_ ByteString Source | |
| MatchHint PosLen' String Source |
[(13,2)] |
| MatchHint PosLen' ByteString Source | |
| MatchHint All String Source | |
| MatchHint All ByteString Source | |
| MatchHint Once String Source |
["all"] |
| MatchHint Once ByteString Source | |
| MatchHint Test String Source | |
| MatchHint Test ByteString Source |
True |