regex-do-1.6: PCRE wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Regex.Do.Pcre.Matchf

Description

internal module, exposed only to show the instances

Documentation

class (Rx_ n h, Functor f) => Matchf f n h where

Minimal complete definition

marray_

Methods

marray_ :: Pattern n -> Body h -> f MatchArray

poslen_ :: Pattern n -> Body h -> f [PosLen]

Instances

Rx_ n h => Matchf [] n h 
Rx_ n h => Matchf Maybe n h