| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Regex.Do.Pcre.Utf8.MatchHint
Description
see Text.Regex.Do.Pcre.Ascii.MatchHint about MatchHint vs Match
Documentation
class (Hint hint, Match enc a a (F hint a)) => MatchHint hint enc a where Source
picks Match instance where Pattern and Body are of the same type
Hint and inferrable Pattern or Body type determine the instance
handy when working with OverloadedStrings, in other cases when compiler needs a hint
Minimal complete definition
Nothing
Instances
| MatchHint PosLen_ Utf8_ String Source | |
| MatchHint PosLen_ Utf8_ ByteString Source | |
| MatchHint PosLen' Utf8_ String Source |
[(13,2)] |
| MatchHint PosLen' Utf8_ ByteString Source | |
| MatchHint All Utf8_ String Source | |
| MatchHint All Utf8_ ByteString Source | |
| MatchHint Once Utf8_ String Source |
["all"] |
| MatchHint Once Utf8_ ByteString Source | |
| MatchHint Test Utf8_ String Source | |
| MatchHint Test Utf8_ ByteString Source |
True |