package regenerate

  1. Overview
  2. Docs
Regenerate is a tool to generate test-cases for regular expression engines

Install

Dune Dependency

Authors

Maintainers

Sources

regenerate-0.2.tbz
sha256=12495bc3692524dd62e7231e956df4afd7e6b69970deb865e8feafb232e734b2
sha512=b5886b07a9db6f0be8c1b6245aa856538eabf6327cf35b82cecee3dfb9e9fc6e6f3a710753c90919e161b975be2e49df47d5e4c211e6e68dabf677021cbd0df2

doc/regenerate.segments/Segments/module-type-OrderedMonoid/index.html

Module type Segments.OrderedMonoidSource

include Set.OrderedType
type t

The type of the set elements.

val compare : t -> t -> int

A total ordering function over the set elements. This is a two-argument function f such that f e1 e2 is zero if the elements e1 and e2 are equal, f e1 e2 is strictly negative if e1 is smaller than e2, and f e1 e2 is strictly positive if e1 is greater than e2. Example: a suitable ordering function is the generic structural comparison function Stdlib.compare.

val append : t -> t -> t
OCaml

Innovation. Community. Security.