package alba

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

Module Alba_core.GammaSource

Sourcetype t
Sourceval count : t -> int
Sourceval is_valid_index : int -> t -> bool
Sourceval index_of_level : int -> t -> int
Sourceval level_of_index : int -> t -> int
Sourceval raw_type_at_level : int -> t -> Term.typ
Sourceval type_at_level : int -> t -> Term.typ

type_at_level level c type of the entry at level.

Sourceval int_type : t -> Term.typ
Sourceval type_of_literal : Term.Value.t -> t -> Term.typ
Sourceval type_of_variable : int -> t -> Term.typ
Sourceval name_at_level : int -> t -> string
Sourceval name_of_index : int -> t -> string
Sourceval variable_at_level : int -> t -> Term.t
Sourceval definition_term : int -> t -> Term.t option
Sourceval standard : unit -> t
Sourceval compute : Term.t -> t -> Term.t
Sourceval push_local : string -> Term.typ -> t -> t
OCaml

Innovation. Community. Security.