Module Liquidsoap_lang_reducer

Desugaring: parsed term to runtime term.

The reducers for each construct live in the term_reducer_* modules, which are internal: everything goes through Term_reducer.

module Term_reducer : sig ... end

Reduce a parsed term to a runtime term.