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

Function eq_refl_expr

crates/kernel/src/testing.rs:223–225  ·  view source on GitHub ↗

Convenience: Eq.refl.{u} α a

(u: MU, alpha: ME, a: ME)

Source from the content-addressed store, hash-verified

221
222/// Convenience: Eq.refl.{u} α a
223pub fn eq_refl_expr(u: MU, alpha: ME, a: ME) -> ME {
224 apps(cnst("Eq.refl", &[u]), &[alpha, a])
225}
226
227// ---- Test runner helpers ----
228

Callers 15

good_bool_rec_reductionFunction · 0.85
good_n_rec_reductionFunction · 0.85
good_rtree_rec_reductionFunction · 0.85
good_nat_lit_eqFunction · 0.85
good_proj_redFunction · 0.85
good_struct_etaFunction · 0.85
good_prod_rec_reductionFunction · 0.85
good_quot_lift_reductionFunction · 0.85
good_proof_irrelevanceFunction · 0.85
good_fun_eta_depFunction · 0.85

Calls 2

appsFunction · 0.85
cnstFunction · 0.70

Tested by

no test coverage detected