inductive

command
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Example inductive demonstrates inductive types and their eliminators.

This example shows how to:

  • Define and use inductive types (Nat, Bool)
  • Use eliminators (recursors) for dependent elimination
  • Compute with inductive types via NbE
  • Understand the structure of recursor types

Inductive types are the foundation of dependent type theory, providing a way to define datatypes with guaranteed termination through structural recursion.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL