mhuisi
3aa1cfccea
doc: update quickstart doc for release
2023-09-08 16:39:55 +02:00
Scott Morrison
1dd443a368
doc: improve doc-string for Meta.getConst?
2023-08-24 07:42:28 -07:00
Leonardo de Moura
50bece202b
doc: add RFC questions
2023-08-17 20:23:38 -07:00
Scott Morrison
f1412ddb45
feat: enable failIfUnchanged by default in simp
2023-08-16 10:14:23 -07:00
Leonardo de Moura
dce7f71126
chore: clarify/fix contribution guidelines
2023-08-11 14:48:50 -07:00
Leonardo de Moura
133e03ce7f
feat: update external contribution guidelines
2023-08-11 11:39:41 -07:00
Sebastian Ullrich
befc4b997b
doc: writing good tests
2023-08-09 08:52:55 -07:00
Sebastian Ullrich
254582c000
doc: link to FFI examples
2023-08-04 10:45:53 +02:00
Sebastian Ullrich
8ffb389f3f
chore: Nix bump to LLVM 15
...
Also update mdbook dependency hash from nixpkgs bump.
Peeled from https://github.com/leanprover/lean4/pull/2340
to enable LLVM for stage1+ builds.
2023-07-28 10:56:54 +02:00
Scott Morrison
7213ff0065
doc: document generating releases via tags ( #2302 )
2023-07-13 17:39:54 +02:00
Sebastian Ullrich
a3ebfe29ea
chore: revert "chore: compile against glibc 2.26"
...
This reverts commit ae0e0ed1db .
2023-07-10 21:44:10 +02:00
Sebastian Ullrich
ae0e0ed1db
chore: compile against glibc 2.26
2023-07-10 18:59:06 +02:00
Sebastian Ullrich
e2383729a6
doc: clarify current release process
2023-06-30 10:30:37 -07:00
Sebastian Ullrich
371fc8868a
doc: move out Nix setup
2023-06-28 09:49:08 +01:00
Sebastian Ullrich
d54ecc4373
doc: refer to mathlib4 instructions in quickstart
2023-06-27 14:21:44 -07:00
Sebastian Ullrich
e84a5891f8
doc: quickstart note on moving from Lean 3 to 4
2023-06-27 14:21:44 -07:00
Pietro Monticone
fff4aea0d9
doc: fix typos ( #2287 )
2023-06-25 20:30:33 +02:00
Sebastian Ullrich
8ba05f34ea
doc: remove reference to harmful elan command
2023-06-07 20:08:33 +02:00
bc²
18d6bce7a9
chore: add ₚ to lstlean.tex ( #2221 )
2023-06-05 16:53:08 +02:00
Leonardo de Moura
ede14adb20
chore: expand remark
2023-05-05 12:21:32 -07:00
Martin Dvořák
2d33726c69
doc: f(x) is no longer allowed ( #2135 )
2023-05-05 12:19:19 -07:00
Connor Baker
667d54640d
chore: Nix: use strings instead of URL literals ( #2172 )
2023-03-28 10:10:24 +02:00
Pietro Monticone
158d58f3c3
doc: fix typos ( #2160 )
2023-03-22 10:01:59 +01:00
Martin Dvořák
3b50410ec0
doc: typo
2023-03-04 11:19:25 +01:00
Sebastian Ullrich
948eba4e8b
fix: render examples
2023-01-01 21:08:31 +01:00
Sebastian Ullrich
f3f27f5c15
doc: titling consistency
2022-12-31 12:52:27 +01:00
Sebastian Ullrich
048a088010
fix: render monad tutorials
2022-12-31 12:51:48 +01:00
Sebastian Ullrich
f6cd6c0695
chore: Nix: cache LeanInk output
2022-12-15 13:38:46 +01:00
Wojciech Nawrocki
7034e64b4f
doc: update widget example
2022-12-09 09:51:08 +01:00
Sebastian Ullrich
768ef310a0
refactor: Nix: LeanInk rendering based on packages, not directories
2022-12-03 15:14:17 +01:00
Leonardo de Moura
89e1bc72ed
doc: examples for Certora tutorial
2022-11-21 17:02:28 -08:00
E.W.Ayers
73644fc6f6
docs: add a section about how to insert text from a widget
2022-11-16 18:57:28 -08:00
E.W.Ayers
aca4703f04
fix: fix the code example for widgets docs.
2022-11-16 18:57:28 -08:00
Alex J. Best
648ecff830
feat: reduce precedence of unary neg
2022-11-06 18:13:48 -08:00
David Thrane Christiansen
8b9fe9b6c2
doc: fix typo in manual ToC ( #1790 )
...
There was a typographical error in the manual's table of contents (the section itself and the filename did not have the mistake).
2022-10-30 02:52:16 +02:00
joao guilherme
e796943414
doc: fix typo ( #1769 )
2022-10-23 21:23:57 +02:00
Gabriel Ebner
c672046767
chore: update LeanInk
2022-10-19 09:28:08 -07:00
Mario Carneiro
dd5948d641
chore: snake-case attributes (part 1)
2022-10-19 09:28:08 -07:00
Patrick Massot
e80cb2eb51
doc: Option is a monad again
...
Maybe it would also be nice to add an explanation (or a link to an explanation) about why `List` is no longer a monad.
2022-10-19 08:44:53 -07:00
Gabriel Ebner
0c2a5580cb
feat: enforce correct syntax kind in macros
2022-10-18 14:59:14 -07:00
Gabriel Ebner
fb4d90a58b
feat: dynamic quotations for categories
2022-10-18 14:59:14 -07:00
Chris Lovett
a6b847430d
fix: highlight of deriving instance ( #1717 )
2022-10-12 14:24:16 -07:00
Gabriel Ebner
f58b26b4b0
chore: update LeanInk
2022-10-11 17:24:35 -07:00
Chris Lovett
664e62e8c5
doc: add question mark to LEAN_IDENT_RE ( #1713 )
2022-10-11 10:04:56 +02:00
David Renshaw
5c7cf76575
doc: fix link to initialization section in ffi section
...
The current link goes to doc/dev#init, where there is nothing
about initialization. This PR fixes the link so that it points
to the initialization section lower down on the ffi page.
2022-10-07 19:11:59 +02:00
David Renshaw
4fa1a496b3
doc: Lean USize maps to C++ size_t, not usize_t
...
usize_t is not a standard C++ type.
See src/include/lean/lean.h for translations between USize and size_t.
2022-10-07 17:51:58 +02:00
Leonardo de Moura
e44fd19074
doc: Semantic highlighting
...
Many thanks for Patrick Massot for providing the new section at
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/semantic.20highlighting.20doc/near/294953547
2022-10-02 08:37:15 -07:00
Matthias Hetzenberger
278c9bb0e4
fix: a grammatically incorrect sentence in monads/intro.md
2022-09-20 15:51:28 -07:00
Sebastian Ullrich
3ef1baae4a
doc: refine mdbook docs
2022-09-19 06:30:11 -07:00
Elias Aebi
085f51ecb9
doc: fix Markdown code-blocks
2022-09-16 05:48:44 -07:00