package lambdapi

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

Install

Dune Dependency

Authors

Maintainers

Sources

lambdapi-2.6.0.tbz
sha256=d01e5f13db2eaba6e4fe330667149e0059d4886c651ff9d6b672db2dfc9765ed
sha512=33b68c972aca37985ed73c527076198e7d4961c7e27c89cdabfe4d1cff97cd41ccfb85ae9499eb98ad9a0aefd920bc55555df6393fc441ac2429e4d99cddafa8

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 char : char 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.