package lambdapi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.