Helper: build `λ (_ : a), b`
(a: AE, b: AE)
| 4538 | .get_result_sort_level(&ty, u64_to_usize(ind_params + ind_indices)?)?; |
| 4539 | if !univ_eq(&result_level, &KUniv::zero()) { |
| 4540 | return Ok(false); |
| 4541 | } |
| 4542 | |
| 4543 | // 3. Exactly one constructor with zero non-param fields |
| 4544 | if ctors.len() != 1 { |
| 4545 | return Ok(false); |
no outgoing calls