package liquidsoap-lang

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

Module Liquidsoap_lang.EvaluationSource

Sourceval eval : ?env:(string * Value.t) list -> Term.t -> Value.t

Evaluate a term in a given environment.

Sourceval eval_toplevel : ?interactive:bool -> Term.t -> Value.t

Evaluate a toplevel term.

Sourceval apply : ?pos:Pos.t -> Value.t -> (string * Value.t) list -> Value.t

Apply a function to arguments.

OCaml

Innovation. Community. Security.