diff --git a/sci-mathematics/lean/metadata.xml b/sci-mathematics/lean/metadata.xml index ddb0be8a571c0..c43ac3a1bfb15 100644 --- a/sci-mathematics/lean/metadata.xml +++ b/sci-mathematics/lean/metadata.xml @@ -8,10 +8,15 @@ The Lean theorem prover is a proof assistant developed principally - by Leonardo de Moura at Microsoft Research. + by Leonardo de Moura at Microsoft Research. Lean is a functional + programming language that makes it easy to write correct and + maintainable code. You can also use Lean as an interactive theorem + prover. Lean programming primarily involves defining types and + functions. This allows your focus to remain on the problem domain and + manipulating its data, rather than the details of programming. - https://github.com/leanprover-community/lean/issues - leanprover-community/lean + https://github.com/leanprover/lean4/issues + leanprover/lean4