package liquidsoap-lang

  1. Overview
  2. Docs

Operations on variables.

type t = var
val eq : var -> var -> bool

Compare two variables for equality. This comparison should always be used to compare variables (as opposed to =).

val compare : var -> var -> int
OCaml

Innovation. Community. Security.