lean4-htt/src/Lean/Data
2024-10-16 11:30:49 +00:00
..
Json feat: implement To/FromJSON Empty (#5421) 2024-09-24 03:27:23 +00:00
Lsp fix: make applyEdit optional in WorkspaceClientCapabilities of LSP (#5224) 2024-10-16 08:38:11 +00:00
Xml chore: rename List.bind and Array.concatMap to flatMap (#5731) 2024-10-16 11:30:49 +00:00
Array.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AssocList.lean chore: avoid importing List.Basic without List.Impl (#5245) 2024-09-04 01:25:50 +00:00
Format.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
FuzzyMatching.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
HashMap.lean chore: remove repeated words (#5438) 2024-09-24 03:40:11 +00:00
HashSet.lean chore: avoid importing List.Basic without List.Impl (#5245) 2024-09-04 01:25:50 +00:00
Json.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
JsonRpc.lean chore: fix spelling mistakes in error messages/exceptions (#5425) 2024-09-23 13:19:05 +00:00
KVMap.lean chore: avoid importing List.Basic without List.Impl (#5245) 2024-09-04 01:25:50 +00:00
LBool.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LOption.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Lsp.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Name.lean chore: make Name.isInternalDetail public, to remove duplication downstream (#4454) 2024-06-14 01:55:52 +00:00
NameMap.lean chore: deprecate Lean.HashMap and Lean.HashSet (#4954) 2024-08-08 12:46:10 +00:00
NameTrie.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
OpenDecl.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Options.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PersistentArray.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
PersistentHashMap.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
PersistentHashSet.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
Position.lean feat: make frontend normalize line endings to LF (#3903) 2024-05-20 17:13:08 +00:00
PrefixTree.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Rat.lean chore: rename Int.div/mod to tdiv/tmod (#5301) 2024-09-11 06:15:44 +00:00
RBMap.lean perf: Replacement.apply (#4776) 2024-07-17 16:17:47 +00:00
RBTree.lean fix: generate deprecation warnings for dot notation (#3969) 2024-05-09 04:52:09 +00:00
SMap.lean chore: deprecate Lean.HashMap and Lean.HashSet (#4954) 2024-08-08 12:46:10 +00:00
SSet.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
Trie.lean chore: rename List.join to List.flatten 2024-10-14 22:28:12 +11:00
Xml.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00