alba.albalib
Build_context.Application
alba.fmlib
alba.fmlib_native
alba.fmlib_node
val start : int -> t -> t
start nargs bc Start a function application with nargs arguments.
start nargs bc
nargs
val apply : int -> Term.Application_info.t -> t -> (t, type_in_context * type_in_context) result
apply n_remaining mode bc Apply the function to the argument. There are n_remaining remaining arguments.
apply n_remaining mode bc
n_remaining