package liquidsoap-lang

  1. Overview
  2. Docs

Substitutions.

module M : sig ... end
type subst = t M.t
type t = subst
val of_list : (M.key * t) list -> t
val value : t -> var -> t

Retrieve the value of a variable.

val is_identity : t -> bool

Whether we have the identity substitution.

OCaml

Innovation. Community. Security.