package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t

A map of substitution

val find_and_add : bool t -> Colibri2_core.Ground.Subst.t -> bool

Return if the substitution is in the set, and add it if it is not the case

val find_def : default:'a -> 'a t -> Colibri2_core.Ground.Subst.t -> 'a

Return the value associated to the substitution, or default if it is not binded

val set : 'a t -> Colibri2_core.Ground.Subst.t -> 'a -> unit

Return set the associated value of the substitution

OCaml

Innovation. Community. Security.