regex-do-1.7: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Pcre.MatchHint

Synopsis

Documentation

class MatchHint n out where

picks Match instance where pattern and body are of the same type

specify either Pattern or Body + out types

handy when working with OverloadedStrings

Minimal complete definition

Nothing

Methods

match' :: Match n n out => Pattern n -> Body n -> out

(-~) :: Match n n out => n -> n -> out