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

Function eq_expr

crates/kernel/src/testing.rs:218–220  ·  view source on GitHub ↗

Convenience: Eq.{u} α a b

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

Source from the content-addressed store, hash-verified

216
217/// Convenience: Eq.{u} α a b
218pub fn eq_expr(u: MU, alpha: ME, a: ME, b: ME) -> ME {
219 apps(cnst("Eq", &[u]), &[alpha, a, b])
220}
221
222/// Convenience: Eq.refl.{u} α a
223pub fn eq_refl_expr(u: MU, alpha: ME, a: ME) -> ME {

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
quot_envFunction · 0.85
good_quot_lift_reductionFunction · 0.85
good_proof_irrelevanceFunction · 0.85

Calls 2

appsFunction · 0.85
cnstFunction · 0.70

Tested by

no test coverage detected