package gen
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class RegexAndCandidate[In, Out](r: RegexM[In, Out], candidate: Stream[In]) extends Product with Serializable
- trait RegexCandidates[In, M] extends AnyRef
- sealed abstract class TypeWith[Ev[_]] extends AnyRef
As presented by Erik Osheim https://www.youtube.com/watch?v=O78hnJuzQwA
Value Members
- object CharRegexGen
- object DietGen
- object GreedinessGen
- object QuantifierGen
- object RegexAndCandidate extends Serializable
- object RegexCandidates
- object RegexEq
This defines "equality" for regular expressions based on whether they produce the same result for a random sampling of inputs.
This defines "equality" for regular expressions based on whether they produce the same result for a random sampling of inputs. This is a somewhat dodgy thing to do and should be used with caution.
- object RegexGen
- object RegexMatchGen
- object TypeWith