package lambdapi

  1. Overview
  2. Docs
Proof assistant for the λΠ-calculus modulo rewriting

Install

Dune Dependency

Authors

Maintainers

Sources

lambdapi-2.5.1.tbz
sha256=2c251021b6fac40c05282ca183902da5b1008e69d9179d7a9543905c2c21a28a
sha512=69535f92766e6fedc2675fc214f0fb699bde2a06aa91d338c93c99756235a293cf16776f6328973dda07cf2ad402e58fe3104a08f1a896990c1778b42f7f9fcf

doc/lambdapi.lplib/Lplib/Base/index.html

Module Lplib.BaseSource

Standard library extension (mostly).

Sourcetype 'a pp = Format.formatter -> 'a -> unit

Type of pretty-printing functions.

Sourcetype 'a outfmt = ('a, Format.formatter, unit) format

Short name for a standard formatter.

Sourcetype ('a, 'b) koutfmt = ('a, Format.formatter, unit, unit, unit, 'b) format6

Short name for a standard formatter with continuation.

Sourceval out : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval (++) : 'a pp -> 'b pp -> ('a * 'b) pp
Sourceval (|+) : unit pp -> 'a pp -> 'a pp
Sourceval (+|) : 'a pp -> unit pp -> 'a pp
Sourceval int : int pp
Sourceval string : string pp
Sourceval float : float pp
Sourceval unit : unit outfmt -> unit pp
Sourceval sep : string -> unit pp
Sourceval pp_if : bool -> 'a pp -> 'a pp
Sourceval prefix : string -> 'a pp -> 'a pp
Sourceval suffix : 'a pp -> string -> 'a pp
Sourcetype 'a cmp = 'a -> 'a -> int

Type of comparison functions.

Sourceval cmp_map : 'b cmp -> ('a -> 'b) -> 'a cmp

Comparison function through a map.

Sourceval cmp_tag : 'a cmp

Tag comparison function.

Sourceval lex : 'a cmp -> 'b cmp -> ('a * 'b) cmp

Lexicographic comparison.

Sourceval lex3 : 'a cmp -> 'b cmp -> 'c cmp -> ('a * 'b * 'c) cmp
Sourcetype 'a eq = 'a -> 'a -> bool

Type of equality functions.

Sourceval eq_of_cmp : 'a cmp -> 'a eq
Sourcemodule Int : sig ... end
OCaml

Innovation. Community. Security.