Liquidsoap_lang.Builtins_bool
type op = {
name : string;
value_op : int -> bool;
ground_op : 'a. 'a -> 'a -> bool;
}
val operators : op list