MCPcopy Create free account
hub / github.com/argumentcomputer/ix / inductive.rs

File inductive.rs

crates/kernel/src/inductive.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Inductive type validation and recursor generation.
2//!
3//! Validates inductive declarations (parameter agreement, positivity, universe
4//! constraints, return types) and generates canonical recursors following

Callers

nothing calls this directly

Calls 2

env_varFunction · 0.85
is_emptyMethod · 0.45

Tested by

no test coverage detected