Safe Haskell | None |
---|---|
Language | GHC2024 |
System.Process.Quick.Predicate.Regex
Documentation
data Regex (p :: Symbol) Source #
Constructors
Regex |
Instances
KnownSymbol s => Predicate (Regex s :: Type) String Source # | |
Defined in System.Process.Quick.Predicate.Regex | |
Generic (Regex p) Source # | |
Defined in System.Process.Quick.Predicate.Regex | |
KnownSymbol p => Arbitrary (Refined (Regex p) String) Source # | |
type Rep (Regex p) Source # | |