Module Liquidsoap_lang.Builtins_boolSource

Sourcetype op = {
  1. name : string;
  2. value_op : int -> bool;
  3. ground_op : 'a. 'a -> 'a -> bool;
}
Sourceval operators : op list