package lascar

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

Install

Dune Dependency

Authors

Maintainers

Sources

lascar-0.6.0.tbz
sha256=343190b9c765655e787758db86a82818404dda18b4d2806283b4bde3ced91d26
sha512=2b6534ac438d574228d127b3b4e2cfec17b8b95e95124297c8da351caf34de2bb4ec8a31028a1470ba7f42aa932257293d021140a5a1c2642d1a60a8123d00a0

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

Module OrderedTypeExt.TripletSource

Parameters

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

Signature

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

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 -> M2.t -> M3.t -> t
OCaml

Innovation. Community. Security.