(self)
| 92 | /// The only non-full policy currently used is `DEF_EQ_CORE`, matching |
| 93 | /// Lean/Lean4Lean's `whnfCore (cheapProj := true)` scaffold in def-eq. |
| 94 | #[derive(Clone, Copy, Debug, Eq, PartialEq)] |
| 95 | struct WhnfFlags { |
| 96 | cheap_rec: bool, |
| 97 | cheap_proj: bool, |
| 98 | } |
| 99 |
no outgoing calls
no test coverage detected