rematch-0.2.0.0: A simple api for matchers
Control.Rematch.Run
Synopsis
data Match #
A type representing a match success or failure.
Constructors
Instances
Methods
(==) :: Match -> Match -> Bool #
(/=) :: Match -> Match -> Bool #
showsPrec :: Int -> Match -> ShowS #
show :: Match -> String #
showList :: [Match] -> ShowS #