Module Sli.Boot

val boot_param : Lang.Sl.param -> Runtime.Value.t
val boot_params : Lang.Sl.param list -> Runtime.Value.t
val boot_iterinstr : Lang.Sl.iterinstr -> Runtime.Value.t
val boot_iterinstrs : Lang.Sl.iterinstr list -> Runtime.Value.t
val boot_iterexps : Lang.Sl.iterexp list -> Runtime.Value.t
val boot_instr : Lang.Sl.instr -> Runtime.Value.t
val boot_holdcase : Lang.Sl.holdcase -> Runtime.Value.t
val boot_guard : Lang.Sl.guard -> Runtime.Value.t
val boot_case : Lang.Sl.case -> Runtime.Value.t
val boot_cases : Lang.Sl.case list -> Runtime.Value.t
val boot_case_instr : Util.Source.region -> Lang.Sl.exp -> Lang.Sl.case list -> Runtime.Value.t
val boot_return_instr : Util.Source.region -> Lang.Sl.exp -> Runtime.Value.t
val boot_instrs : Lang.Sl.block -> Runtime.Value.t
val boot_block : Lang.Sl.block -> Runtime.Value.t
val boot_elsblock_opt : Lang.Sl.elseblock option -> Runtime.Value.t
val boot_tablerow : Lang.Sl.tablerow -> Runtime.Value.t
val boot_tablerows : Lang.Sl.tablerow list -> Runtime.Value.t
val boot_def : Lang.Sl.def -> Runtime.Value.t option
val boot_extern_typ_def : Util.Source.region -> Lang.Sl.id -> Runtime.Value.t
val boot_extern_func_def : Util.Source.region -> Lang.Sl.id -> Lang.Sl.tparam list -> Lang.Sl.param list -> Lang.Sl.typ -> Runtime.Value.t
val boot_builtin_func_def : Util.Source.region -> Lang.Sl.id -> Lang.Sl.tparam list -> Lang.Sl.param list -> Lang.Sl.typ -> Runtime.Value.t
val boot_table_func_def : Util.Source.region -> Lang.Sl.id -> Lang.Sl.param list -> Lang.Sl.typ -> Lang.Sl.tablerow list -> Runtime.Value.t
val boot_spec : Lang.Sl.spec -> Runtime.Value.t