Packages

package gen

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class RegexAndCandidate[In, Out](r: RegexM[In, Out], candidate: Stream[In]) extends Product with Serializable
  2. trait RegexCandidates[In, M] extends AnyRef
  3. sealed abstract class TypeWith[Ev[_]] extends AnyRef

    As presented by Erik Osheim https://www.youtube.com/watch?v=O78hnJuzQwA

Value Members

  1. object CharRegexGen
  2. object DietGen
  3. object GreedinessGen
  4. object QuantifierGen
  5. object RegexAndCandidate extends Serializable
  6. object RegexCandidates
  7. 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.

  8. object RegexGen
  9. object RegexMatchGen
  10. object TypeWith

Ungrouped