package elpi

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

Module Compiler_data.ScopeSource

Sourceval pp_language : Ppx_deriving_runtime.Format.formatter -> language -> Ppx_deriving_runtime.unit
Sourceval compare_language : language -> language -> Ppx_deriving_runtime.int
Sourcetype t =
  1. | Bound of language
  2. | Global of {
    1. escape_ns : bool;
    2. resolved_to : SymbolResolver.resolution;
    }
Sourceval pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
Sourceval compare : TypingEnv.t -> t -> t -> int
Sourceval equal : TypingEnv.t -> t -> t -> bool
Sourceval clone : t -> t
Sourcemodule Map : sig ... end
Sourcemodule Set : sig ... end
Sourceval mkGlobal : ?escape_ns:bool -> unit -> t
Sourceval mkResolvedGlobal : TypingEnv.t -> Symbol.t -> t
OCaml

Innovation. Community. Security.