package comby-kernel

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

Module Match.EnvironmentSource

Sourcetype t
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : unit -> t
Sourceval vars : t -> string list
Sourceval add : ?range:range -> t -> string -> string -> t
Sourceval lookup : t -> string -> string option
Sourceval update : t -> string -> string -> t
Sourceval lookup_range : t -> string -> range option
Sourceval update_range : t -> string -> range -> t
Sourceval equal : t -> t -> bool
Sourceval copy : t -> t
Sourceval merge : t -> t -> t
Sourceval to_string : t -> string
Sourceval exists : t -> string -> bool
OCaml

Innovation. Community. Security.