package alba

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

Module Alba_core.ContextSource

Sourcetype t
Sourceval count : t -> int
Sourceval gamma : t -> Gamma.t
Sourceval name_map : t -> Name_map.t
Sourceval index_of_level : int -> t -> int
Sourceval level_of_index : int -> t -> int
Sourceval empty : t
Sourceval find_name : string -> t -> int list
Sourceval compute : Term.t -> t -> Term.t
Sourceval push_local : string -> Term.typ -> t -> t
Sourceval can_add_global : string -> Term.typ -> t -> bool
Sourceval add_axiom : string -> Term.typ -> t -> t
Sourceval add_builtin_type : string -> string -> Term.typ -> t -> t
Sourceval add_builtin_function : string -> string -> Term.typ -> t -> t
Sourceval add_definition : string -> Term.typ -> Term.t -> t -> (t, int) result
Sourceval add_inductive : Inductive.t -> t -> t
Sourcemodule Pretty (P : Fmlib.Pretty_printer.SIG) : sig ... end
OCaml

Innovation. Community. Security.