regex-do-1.7: PCRE wrapper
Text.Regex.Do.Pcre.MatchHint
Synopsis
class MatchHint n out where
picks Match instance where pattern and body are of the same type
Match
specify either Pattern or Body + out types
Pattern
Body
out
handy when working with OverloadedStrings
OverloadedStrings
Minimal complete definition
Nothing
Methods
match' :: Match n n out => Pattern n -> Body n -> out
(-~) :: Match n n out => n -> n -> out
Instances