package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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