package liquidsoap-lang

  1. Overview
  2. Docs
type check_stdlib = [
  1. | `If_present
  2. | `Force
  3. | `Override of string
]
type stdlib = [
  1. | `Disabled
  2. | check_stdlib
]
val type_term : ?name:string -> ?cache:bool -> ?trim:bool -> ?deprecated:bool -> ?ty:Type.t -> stdlib:[< `Disabled | `Force | `If_present | `Override of string ] -> parsed_term:Parsed_term.t -> Term.t -> Term.t
val effective_toplevel : stdlib:[> `Disabled ] -> bool -> bool
val eval : ?toplevel:bool -> ?typecheck:bool -> ?cache:bool -> ?deprecated:bool -> ?ty:Type.t -> ?name:string -> stdlib:[< `Disabled | `Force | `If_present | `Override of string Disabled ] -> string -> Value.t
OCaml

Innovation. Community. Security.