Documentation
Everything you need to get started with Fanal — from installation to writing your first verified quantum program.
Quick Start
1
Install Lean 4 via elan
curl https://elan.readthedocs.io/en/latest/elan-init.sh -sSf | sh2
Clone the repository
git clone https://github.com/LucianoXu/Fanal.git
cd Fanal3
Build the project
lake build FanalAfter building, explore the FanalExample/ directory for verified quantum programs you can modify and experiment with.
Resources
Verso Book
Coming soonThe comprehensive Fanal reference book, built with Verso. Covers the design philosophy, Dirac notation encoding, and tactic reference.
GitHub README
Project overview, build instructions, and contribution guidelines.
API Reference
Coming soonAuto-generated documentation for every public definition, lemma, and tactic in Fanal.
Galleon Monitor
Live dashboard tracking the auto-formalization pipeline — see which textbook results are queued, in progress, or verified.