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

Method is_full

crates/kernel/src/whnf.rs:94–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)]
95struct WhnfFlags {
96 cheap_rec: bool,
97 cheap_proj: bool,
98}
99

Callers 2

whnf_core_with_flagsMethod · 0.80
whnf_no_delta_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected