Liquidsoap_lang.Parser_helperSourceHelper functions for the parser.
module Term = Parsed_termmodule Vars = Liquidsoap_lang.Term_base.Varstype lexer_let_decoration = [ | `Eval| `Json_parse| `None| `Recursive| `Replaces| `Yaml_parse| `Xml_parse| `Sqlite_row| `Sqlite_query ]val let_args :
decoration:Term.let_decoration ->
pat:Term.pattern ->
?arglist:arglist ->
def:Term.t ->
?cast:Term.type_annotation ->
unit ->
Term._letval mk_json_assoc_object_ty :
pos:pos ->
(Parsed_term.type_annotation * string * string * string) ->
Term.type_annotationval mk :
?comments:(pos * Parsed_term.comment) list ->
?annotations:Parsed_term.term_annotation list ->
pos:pos ->
Term.parsed_ast ->
Term.t