package catt

  1. Overview
  2. Docs

Module Common.VarSource

Sourcetype t =
  1. | Name of string
  2. | New of int
  3. | Db of int
  4. | Plus of t
  5. | Bridge of t
Sourceval to_string : t -> string
Sourceval make_var : string -> t
Sourceval check_equal : t -> t -> unit
Sourceval suspend : t -> t
Sourceval suspend_n : t -> int -> t
Sourceval fresh : unit -> t