package lascar

  1. Overview
  2. Docs
A library for manipulating Labeled Transition Systems in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lascar-0.6-alpha.tbz
sha256=e33fd94f167bd7bc69f30d7a550226126692a00dac9b29c28ff0ff0aca7d7a21
sha512=98fe84ea351a288d371490f002c52c2e3637841f7fafadb1c3a1acb82befc436bbc6321b1c37fb1e2121b595e7fcb33da45510f3b623006a1d1b56d905313058

doc/lascar.utils/Utils/OrderedTypeExt/Either3/index.html

Module OrderedTypeExt.Either3Source

Parameters

module M1 : T
module M2 : T
module M3 : T

Signature

include T with type t = M1.t option * M2.t option * M3.t option
include Set.OrderedType with type t = M1.t option * M2.t option * M3.t option
Sourcetype t = M1.t option * M2.t option * M3.t option

The type of the set elements.

Sourceval 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.

Sourceval to_string : t -> string
Sourceval mk : M1.t option -> M2.t option -> M3.t option -> t
OCaml

Innovation. Community. Security.