Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 592 Bytes

cLean

This repository is currently a playground for the team at zkSecurity to explore and master Lean.

Its intended to become our monorepo for Lean utilities, libraries, etc.

Using the repo

Follow official instructions to install elan (the package manager) and Lean4.

Clone this repo, and test that everything works by building:

lake build

After that, we recommend open the repo in VSCode to get immediate inline feedback from the compiler while writing theorems.

Make sure to install the lean4 extension for VSCode!