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

Function prop_univ_eq_reflexive

crates/kernel/src/level.rs:1076–1082  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1074 }
1075
1076 #[test]
1077 fn univ_geq_param() {
1078 let p = AU::param(0, ());
1079 let sp = AU::succ(p.clone());
1080 assert!(univ_geq(&sp, &p));
1081 assert!(!univ_geq(&p, &sp));
1082 }
1083
1084 // ---- Meta mode Géran (names don't affect semantic equality) ----
1085

Callers

nothing calls this directly

Calls 1

gen_univFunction · 0.85

Tested by

no test coverage detected