Wojciech Nawrocki
7034e64b4f
doc: update widget example
2022-12-09 09:51:08 +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
Mario Carneiro
dd5948d641
chore: snake-case attributes (part 1)
2022-10-19 09:28:08 -07:00
Gabriel Ebner
fb4d90a58b
feat: dynamic quotations for categories
2022-10-18 14:59:14 -07:00
Wojciech Nawrocki
98571e6620
doc: explain acronym
2022-08-12 10:28:49 +02:00
Wojciech Nawrocki
7b7e2f54da
fix: image paths
2022-08-06 23:46:09 +02:00
Wojciech Nawrocki
bbe11d6e20
doc: clarify widget tutorial
2022-08-06 11:54:44 -07:00
Wojciech Nawrocki
9b595649bf
hack: rm JavaScript snippet
2022-08-06 11:54:44 -07:00
Wojciech Nawrocki
72b9ba0dc5
chore: move tutorial to examples folder
2022-08-06 11:54:44 -07:00
Leonardo de Moura
d38fca5f4d
chore: update phoas.lean
...
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/PHOAS.20example/near/291433426
2022-07-30 08:44:18 -07:00
Sebastian Ullrich
5160cb7b0f
refactor: remove some unnecessary antiquotation kind annotations
2022-07-23 17:09:32 +02:00
Leonardo de Moura
6d17e8abbf
chore: ICERM notation demo
2022-07-21 08:13:20 -04:00
Leonardo de Moura
977329ce1c
chore: ICERM examples
2022-07-21 06:49:47 -04:00
Leonardo de Moura
2116f69315
chore: unused variables
2022-07-17 13:04:08 -04:00
Leonardo de Moura
fce7697151
fix: def _root_ and dotted notation in recursive definitions
...
closes #1289
2022-07-07 07:57:51 -07:00
kzvi
7326c817d2
fix: fix typos in deBruijn.lean and phoas.lean examples
2022-07-02 16:12:05 -07:00
Timo
e49a81bb56
doc: fix typo
2022-06-27 19:48:45 -07:00
Sebastian Ullrich
388ed62858
chore: update Alectryon
2022-06-07 17:14:41 +02:00
larsk21
cf4e106304
fix: unused variables linter review comments
...
- ignore unused variables in dep arrows
- avoid negated options
- make syntax stack generation more performant
- make ignore functions more extensible
- change message severity to `warning`
2022-06-03 13:03:52 +02:00
larsk21
393fdef972
fix: disable linters in tests
2022-06-03 13:03:52 +02:00
Leonardo de Moura
cb32681978
doc: add slide headers to examples
2022-05-23 18:20:37 -07:00
Leonardo de Moura
bf5f107e74
doc: missing NFM examples
2022-05-23 18:04:03 -07:00
Leonardo de Moura
6ce6b12707
doc: NFM'22 examples
2022-05-22 19:21:30 -07:00
William Blake
9c72917f5e
doc: fix typo gree -> tree
2022-05-09 09:44:48 +02:00
Leonardo de Moura
7fc139fdb0
chore: add doc-string for tactics
2022-04-15 14:19:03 -07:00
Leonardo de Moura
ed85a68550
chore: missing backtick
2022-04-10 11:11:51 -07:00
Marcus Rossel
a8db183d5c
chore: typos
2022-04-09 13:02:01 -07:00
Leonardo de Moura
e5b8d94a65
chore: remove unnecessary annotation
2022-04-06 16:38:16 -07:00
Leonardo de Moura
5b15a97d72
chore: break long lines
2022-04-06 16:37:38 -07:00
Leonardo de Moura
39093188bf
chore: use cdot
2022-04-06 16:32:20 -07:00
Leonardo de Moura
cd82a24ca9
chore: avoid "denote" overloading
...
It the overload does not affect elaboration, but pollutes the info view.
2022-04-06 15:00:13 -07:00
Sebastian Ullrich
020fb82888
doc: clean up examples markup
2022-04-06 09:06:49 -07:00
Sebastian Ullrich
2aaac3f94b
doc: embed examples into doc book
2022-04-06 09:06:49 -07:00
Leonardo de Moura
a8ee6029c2
chore: remove workaround from example
2022-04-03 09:25:47 -07:00
Leonardo de Moura
ca9b494e4d
chore: use specialize tactic
2022-04-02 19:35:36 -07:00
Leonardo de Moura
4fa5f50559
feat: implement TODO at "fixed indices to parameters"
...
The missing feature (TODO in the code) is needed for the `BinTree` example.
2022-04-02 14:37:24 -07:00
Leonardo de Moura
d65ceafc99
chore: break long lines
2022-04-02 07:54:40 -07:00
Leonardo de Moura
9ee3cb642a
chore: formatting
2022-04-02 07:53:20 -07:00
Leonardo de Moura
e4fb9c8f47
chore: break long lines
2022-04-02 07:50:27 -07:00
Leonardo de Moura
375692cb92
doc: explain attribute [local simp]
2022-04-02 07:46:32 -07:00
Leonardo de Moura
16649beb19
doc: explain details
2022-04-02 07:39:07 -07:00
Leonardo de Moura
dee5dbca98
chore: cleanup example
2022-04-02 07:13:46 -07:00
Leonardo de Moura
7f00352d33
chore: backtick issue in documentation
2022-04-02 06:55:23 -07:00
Leonardo de Moura
e058fe65a9
feat: make the hypothesis name optional in the by_cases tactic
2022-04-01 19:36:13 -07:00
Leonardo de Moura
ed935ed7a7
doc: binary search trees
2022-04-01 19:30:28 -07:00
Leonardo de Moura
cfb4e306f7
refactor: replace length_dropLast theorem
2022-04-01 16:44:24 -07:00
Leonardo de Moura
b6ce9fa4b1
doc: add palindromes.lean
2022-03-30 11:22:58 -07:00
Leonardo de Moura
5ca9b49235
chore: cleanup proof
2022-03-28 14:58:02 -07:00