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

Function expr_sort_matches

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

Source from the content-addressed store, hash-verified

512
513 #[test]
514 fn expr_sort_matches() {
515 let r = empty_resolver();
516 let lean_e = env::Expr::sort(LL::zero());
517 let zero_e = KExpr::<Anon>::sort(KUniv::zero());
518 expr_congruent(&lean_e, &zero_e, &r).unwrap();
519 }
520
521 #[test]
522 fn expr_const_matches_by_address() {

Callers

nothing calls this directly

Calls 3

empty_resolverFunction · 0.85
sortFunction · 0.85
expr_congruentFunction · 0.85

Tested by

no test coverage detected