Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

17
Lang/Lean/00-LANG.txt Normal file
View file

@ -0,0 +1,17 @@
{{language
|exec=machine
|strength=strong
|safety=safe
|checking=both
|gc=yes
|LCT=yes}}
{{implementation|Lean}}
{{language programming paradigm|functional}}
{{language programming paradigm|dependent-types}}
'''Lean'''   is an open source theorem prover and programming language being developed at Microsoft Research.
Lean aims to bridge the gap between interactive and automated theorem proving, by situating automated tools and methods in a framework that supports user interaction and the construction of fully specified axiomatic proofs.
https://leanprover.github.io/about/

2
Lang/Lean/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Lean

1
Lang/Lean/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Lean

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/Lean

1
Lang/Lean/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/Lean

View file

@ -0,0 +1 @@
../../Task/Hello-world-Newbie/Lean

1
Lang/Lean/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Lean

1
Lang/Lean/Repeat Symbolic link
View file

@ -0,0 +1 @@
../../Task/Repeat/Lean