MCPcopy Create free account
hub / github.com/argumentcomputer/ix / app

Function app

crates/kernel/src/testing.rs:84–86  ·  view source on GitHub ↗
(f: ME, a: ME)

Source from the content-addressed store, hash-verified

82}
83
84pub fn app(f: ME, a: ME) -> ME {
85 ME::app(f, a)
86}
87
88pub fn apps(f: ME, args: &[ME]) -> ME {
89 let mut e = f;

Callers 15

subst_no_internFunction · 0.70
subst_cachedFunction · 0.70
simul_subst_cachedFunction · 0.70
lift_no_internFunction · 0.70
lift_cachedFunction · 0.70
cheap_beta_reduceFunction · 0.70
instantiate_rev_cachedFunction · 0.70
abstract_fvars_cachedFunction · 0.70
into_kexprMethod · 0.70
subst_appFunction · 0.70
instantiate_rev_mixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected