A Lean Machine-to-Machine Interface
Go to file
Leni Aniva b5cb464694 Add README and catalog functions 2023-05-09 22:51:19 -07:00
Pantograph Add README and catalog functions 2023-05-09 22:51:19 -07:00
.gitignore Initial commit 2023-05-07 15:19:45 -07:00
Main.lean Add README and catalog functions 2023-05-09 22:51:19 -07:00
README.md Add README and catalog functions 2023-05-09 22:51:19 -07:00
lakefile.lean Add README and catalog functions 2023-05-09 22:51:19 -07:00
lean-toolchain Initial commit 2023-05-07 15:19:45 -07:00

README.md

Pantograph

An interaction system for Lean 4.

Installation

Install elan and lean4. Then, execute

lake build

Usage

Before usage, put the packages that you wish the REPL to use into a directory and build them. Put this directory into the variable $LEAN_PATH. Then

$ build/bin/Pantograph
{"cmd": "create", "payload": {"imports": ["Mathlib.Analysis.Seminorm"]}}