You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Manual.lean
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,31 @@ tag := "lean-language-reference"
27
27
28
28
29
29
This is the _Lean Language Reference_, an in-progress reference work on Lean.
30
-
It is intended to be a comprehensive, precise description of Lean: a reference work in which Lean users can look up detailed information, rather than a tutorial for new users.
30
+
It is intended to be a comprehensive, precise description of Lean: a reference work in which Lean users can look up detailed information, rather than a tutorial intended for new users.
31
31
For other documentation, please refer to the [Lean documentation site](https://lean-lang.org/documentation/).
32
32
33
+
This reference manual is not yet complete, but there's enough information to provide value to users.
34
+
The top priority is to add the missing information as quickly as possible while staying up to date with Lean development.
35
+
As the rest of the text is written, regular snapshots will be released, tracking upstream changes.
36
+
This snapshot covers Lean version {versionString}[].
37
+
38
+
Our prioritization of content is based on our best understanding of our users' needs.
39
+
Please use the [issue tracker](https://github.com/leanprover/reference-manual/issues) to help us better understand what you need to know.
40
+
In particular, please create or upvote issues for topics that are important to you.
41
+
Your feedback is much appreciated!
42
+
Once sufficient content is available, we will begin saving snapshots for each release of Lean and making them conveniently available.
43
+
44
+
API reference documentation is included from the Lean standard library source code.
45
+
Due to technical limitations at the moment, the Lean terms and examples embedded in it do not render as nicely as we would like.
46
+
In the near future, we will be working on removing these limitations.
47
+
Additionally, we will be adding missing API reference documentation and revising and improving the existing API reference documentation.
48
+
49
+
**Release History**
50
+
51
+
: 2024-12-16
52
+
53
+
This is the initial release of the reference manual.
0 commit comments