Liquidsoap_lang.Runtime
type append_stdlib = unit -> stdlib
val type_term :
?name:string ->
?stdlib:append_stdlib ->
?term:Term.t ->
?ty:Type.t ->
?cache_dirtype:Cache.dirtype ->
cache:bool ->
trim:bool ->
lib:bool ->
Parsed_term.t ->
Term.t
Typecheck a term and return it. Might return a cached value!
Return the list of external libraries.
val program :
(unit -> Parser.token * Stdlib.Lexing.position * Stdlib.Lexing.position) ->
Parsed_term.t
val parse : string -> Parsed_term.t * Term.t
Parse a string.
val error_header :
formatter:Stdlib.Format.formatter ->
int ->
Pos.Option.t ->
unit