Module Liquidsoap_lang_cache.Term_cache

The typechecking cache, keyed on the parsed term and the builtin environment.

val retrieve : ?name:string -> ?dirtype:Cache.dirtype -> trim:bool -> Liquidsoap_lang_ast.Parsed_term.t -> Liquidsoap_lang_ast.Term.t option
val cache : ?dirtype:Cache.dirtype -> trim:bool -> parsed_term:Liquidsoap_lang_ast.Parsed_term.t -> Liquidsoap_lang_ast.Term.t -> unit