An open API service indexing awesome lists of open source software.

https://github.com/fgdorais/extra4

Supplements to the Lean 4 Standard Library
https://github.com/fgdorais/extra4

lean lean4

Last synced: 5 months ago
JSON representation

Supplements to the Lean 4 Standard Library

Awesome Lists containing this project

README

          

# extra4

Supplements to the Lean 4 [Batteries](https://github.com/leanprover-community/batteries).

All components are unstable but feel free to use whatever you need for your own project!

## Purpose

This is a miscellaneous repository of code that, for a variety of reasons, neither belonged in the standard library nor in development code.
Ideally, everything in here will find its way elsewhere in due time.

That said: this is not a code dump!
All the code in here is curated.
Pull requests are very welcome but they will be carefully reviewed before merging.

---
* The `extra4` library is copyright © 2023-2024 François G. Dorais. The library is released under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). See the file LICENSE for additional details.
* Just ask if you need to use parts of this code under different licensing terms!