Skip to content

Tiny theorem prover with syntax like Lean 4 in <1K LOC

License

Notifications You must be signed in to change notification settings

anqurvanillapy/TinyLean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyLean

Supported Python versions Test codecov

Tiny theorem prover in Python, with syntax like Lean 4.

Tour

An identity function in TinyLean:

def id {T: Type} (a: T): T := a

example := id Type

License

MIT

About

Tiny theorem prover with syntax like Lean 4 in <1K LOC

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages