package links

  1. Overview
  2. Docs
type t =
  1. | Closure of closure
  2. | Phrase of Lens.Phrase.t
  3. | Primitive of string
  4. | Record
and closure = (Ir.var list * Ir.computation) * env
and env = Value.env * t Env.Int.t
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val pp_closure : Ppx_deriving_runtime.Format.formatter -> closure -> Ppx_deriving_runtime.unit
val show_closure : closure -> Ppx_deriving_runtime.string
val pp_env : Ppx_deriving_runtime.Format.formatter -> env -> Ppx_deriving_runtime.unit
val of_constant : Links_core.Lens.Phrase.Value.t -> t
OCaml

Innovation. Community. Security.