package elpi

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

Module Compiler_data.ScopedTermSource

Sourcemodule SimpleTerm : sig ... end
Sourcetype 'scope const = {
  1. scope : 'scope;
  2. name : F.t;
  3. ty : TypeAssignment.t MutableOnce.t;
  4. loc : Elpi_util.Util.Loc.t;
}
Sourceval pp_const : 'scope. (Ppx_deriving_runtime.Format.formatter -> 'scope -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'scope const -> Ppx_deriving_runtime.unit
Sourceval show_const : 'scope. (Ppx_deriving_runtime.Format.formatter -> 'scope -> Ppx_deriving_runtime.unit) -> 'scope const -> Ppx_deriving_runtime.string
Sourceval mk_const : ?ty:TypeAssignment.t MutableOnce.t -> scope:'a -> F.t -> loc:Elpi_util.Util.Loc.t -> 'a const
Sourceval bind_const : string const -> Scope.t const
Sourceval mk_global_const : name:F.t -> loc:Elpi_util.Util.Loc.t -> Scope.t const
Sourceval const_of_symb : types:TypingEnv.t -> Symbol.t -> loc:Elpi_util.Util.Loc.t -> Scope.t const
Sourceval clone_const : ?clone_scope:('a -> 'a) -> 'a const -> 'a const
Sourcetype spill_info =
  1. | NoInfo
  2. | Main of int
  3. | Phantom of int
Sourceval pp_spill_info : Ppx_deriving_runtime.Format.formatter -> spill_info -> Ppx_deriving_runtime.unit
Sourcetype t_ =
  1. | Impl of SimpleTerm.impl_kind * Elpi_util.Util.Loc.t * t * t
  2. | Discard
  3. | Var of Scope.t const * t list
  4. | App of Scope.t const * t list
  5. | Lam of Scope.language const option * ScopedTypeExpression.e option * t
  6. | CData of Elpi_util.Util.CData.t
  7. | Spill of t * spill_info Stdlib.ref
  8. | Cast of t * ScopedTypeExpression.e
Sourceval pp_t_ : Ppx_deriving_runtime.Format.formatter -> t_ -> Ppx_deriving_runtime.unit
Sourceval pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
Sourceval type_of : t -> TypeAssignment.ty
Sourceval lam : int
Sourceval app : int
Sourceval lvl_of : t_ -> int
Sourceval get_lam_name : (F.t * 'a) option -> F.t
Sourceval mk_empty_lam_type : (F.t * Elpi_util.Util.Loc.t * 'a) option -> 'a const option
Sourceval build_infix_constant : Scope.t const -> Elpi_util.Util.Loc.t -> t
Sourceval is_infix_constant : F.t -> bool
Sourceval intersperse : (Elpi_util.Util.Loc.t -> t) -> t list -> t list
Sourceval pretty_lam : Stdlib.Format.formatter -> Scope.language const option -> ScopedTypeExpression.e option -> t -> unit
Sourceval pretty : Stdlib.Format.formatter -> t -> unit
Sourceval pretty_ : Stdlib.Format.formatter -> t_ -> unit
Sourceval pretty_parens : lvl:int -> Stdlib.Format.formatter -> t -> unit
Sourceval pretty_parens_lam : lvl:int -> Stdlib.Format.formatter -> t -> unit
Sourceval equal : TypingEnv.t -> ?types:bool -> t -> t -> bool
Sourceval compare : 'a -> 'b -> 'c
Sourceval in_scoped_term : t -> Elpi_util.Util.CData.t
Sourceval out_scoped_term : Elpi_util.Util.CData.t -> t
Sourceval is_scoped_term : Elpi_util.Util.CData.t -> bool
Sourceval of_simple_term : loc:Elpi_util.Util.Loc.t -> SimpleTerm.t_ -> t_
Sourceval of_simple_term_loc : SimpleTerm.t -> t
Sourceval unlock : t -> t_
Sourceval fresh : unit -> F.t
Sourceval rename : Scope.language -> F.t -> F.t -> t_ -> t_
Sourceval rename_loc : Scope.language -> F.t -> F.t -> t -> t
Sourceval clone_loc : loc:Elpi_util.Util.Loc.t -> t -> t
Sourceval clone : loc:Elpi_util.Util.Loc.t -> t_ -> t_
Sourceval beta : t -> t list -> t_
Sourcemodule QTerm : sig ... end
Sourceval is_var : t_ -> bool
OCaml

Innovation. Community. Security.