package elpi

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

Module Compiler_data.MutableOnceSource

Sourcetype 'a t
Sourceval pp : (Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'a t -> Ppx_deriving_runtime.unit
Sourceval show : (Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) -> 'a t -> Ppx_deriving_runtime.string
Sourceval compare : ('a -> 'a -> Ppx_deriving_runtime.int) -> 'a t -> 'a t -> Ppx_deriving_runtime.int
Sourceval make : F.t -> 'a t
Sourceval create : 'a -> 'a t
Sourceval set : ?loc:Elpi_util.Util.Loc.t -> 'a t -> 'a -> unit
Sourceval unset : 'a t -> unit
Sourceval get : 'a t -> 'a
Sourceval get_name : 'a t -> F.t
Sourceval is_set : 'a t -> bool
Sourceval pretty : Stdlib.Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.