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

Function check_bool_rec

crates/kernel/src/inductive.rs:4720–4726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4718 }
4719 Ok(())
4720 }
4721
4722 /// Validate a recursor by comparing with generated canonical form.
4723 pub fn check_recursor_member(
4724 &mut self,
4725 id: &KId<M>,
4726 ) -> Result<(), TcError<M>> {
4727 let (
4728 rec_block,
4729 ty,

Callers

nothing calls this directly

Calls 3

check_constMethod · 0.80
bool_envFunction · 0.70
mk_idFunction · 0.70

Tested by

no test coverage detected