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 make : F.t -> 'a t
Sourceval create : 'a -> 'a t
Sourceval set : 'a t -> 'a -> unit
Sourceval unset : 'a t -> unit
Sourceval get : 'a t -> 'a
Sourceval is_set : 'a t -> bool
Sourceval pretty : Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.