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

Function quot_prims

crates/kernel/src/tutorial/reduction.rs:1630–1639  ·  view source on GitHub ↗
(env: &KEnv<Meta>)

Source from the content-addressed store, hash-verified

1628 check_accepts_with_prims(&mut env, &mk_id("Quot.mk"), prims);
1629 }
1630
1631 /// quotLiftType: type assertion for Quot.lift
1632 #[test]
1633 fn good_quot_lift_type() {
1634 let mut env = quot_env();
1635 let prims = quot_prims(&env);
1636 check_accepts_with_prims(&mut env, &mk_id("Quot.lift"), prims);
1637 }
1638
1639 /// quotIndType: type assertion for Quot.ind
1640 #[test]
1641 fn good_quot_ind_type() {
1642 let mut env = quot_env();

Callers 4

good_quot_mk_typeFunction · 0.85
good_quot_lift_typeFunction · 0.85
good_quot_ind_typeFunction · 0.85
good_quot_lift_reductionFunction · 0.85

Calls 2

test_primsFunction · 0.85
mk_idFunction · 0.50

Tested by 4

good_quot_mk_typeFunction · 0.68
good_quot_lift_typeFunction · 0.68
good_quot_ind_typeFunction · 0.68
good_quot_lift_reductionFunction · 0.68