rematch-0.2.0.0: A simple api for matchers

Safe HaskellSafe
LanguageHaskell98

Control.Rematch.Run

Synopsis

Documentation

data Match #

A type representing a match success or failure.

Instances

Eq Match # 

Methods

(==) :: Match -> Match -> Bool #

(/=) :: Match -> Match -> Bool #

Show Match # 

Methods

showsPrec :: Int -> Match -> ShowS #

show :: Match -> String #

showList :: [Match] -> ShowS #