[][src]Type Definition kul_core::premade::inmem::BindingsPair

type BindingsPair<'input, 'alloc, 'funs, Extra = (), CombinerError = ()> = (DatumType<'input, 'alloc, Extra>, Combiner<OperativeRef<'input, 'alloc, 'funs, Extra, CombinerError>, ApplicativeRef<'input, 'alloc, 'funs, Extra, CombinerError>>);

A pair (2-tuple) that associates an operator sub-form with a macro function, to bind them.