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

Function level_zero_matches

crates/kernel/src/congruence.rs:414–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412
413 #[test]
414 fn level_zero_matches() {
415 let r = empty_resolver();
416 let ll = LL::zero();
417 let lu = KUniv::<Anon>::zero();
418 level_congruent(&ll, &lu, &r).unwrap();
419 }
420
421 #[test]
422 fn level_succ_matches() {

Callers

nothing calls this directly

Calls 2

empty_resolverFunction · 0.85
level_congruentFunction · 0.85

Tested by

no test coverage detected