Module Liquidsoap_lang.ErrorSource

Sourceexception Invalid_value of Value.t * string * Pos.t list

Runtime error, should eventually disappear.

Sourceexception Clock_conflict of Pos.Option.t * string * string
Sourceexception Clock_loop of Pos.Option.t * string * string
Sourcetype clock_main = {
  1. pos : Pos.Option.t;
  2. left_main : string;
  3. left_child : string;
  4. right_main : string;
  5. right_child : string;
}
Sourceexception Clock_main of clock_main