lean4-htt/src/Lean/Data
Leonardo de Moura 767bda2c28 chore: preparing to change the semantics of @[inline] instance
In the new code generator, we are going to lambda lift the instance
methods before saving the code at the end of the base phase. The goal is to make instance
ligth weight and cheap to inline. The anotation `@[inline]` is going
to be an annotation for the lambda lifted methods.
2022-10-11 20:35:56 -07:00
..
Json feat: datatypes for LSP code actions (#1654) 2022-09-28 09:07:39 +00:00
Lsp fix: Clear Diagnostics when file is closed (#1591) 2022-10-07 17:28:15 -07:00
Xml chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
AssocList.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Format.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
FuzzyMatching.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
HashMap.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
HashSet.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Json.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
JsonRpc.lean feat: datatypes for LSP code actions (#1654) 2022-09-28 09:07:39 +00:00
KVMap.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
LBool.lean chore: user deriving BEq 2020-12-13 16:30:07 -08:00
LOption.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Lsp.lean feat: datatypes for LSP code actions (#1654) 2022-09-28 09:07:39 +00:00
Name.lean chore: preparing to change the semantics of @[inline] instance 2022-10-11 20:35:56 -07:00
NameMap.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
NameTrie.lean refactor: use computed fields for Name 2022-07-11 14:19:41 -07:00
Occurrences.lean chore: user deriving BEq 2020-12-13 16:30:07 -08:00
OpenDecl.lean doc: some doc strings 2022-07-30 21:18:50 -07:00
Options.lean chore: split Lean.Data.Name and NameMap 2022-09-15 14:02:38 -07:00
Parsec.lean fix: incorrect annotations 2022-09-24 14:20:21 -07:00
PersistentArray.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
PersistentHashMap.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
PersistentHashSet.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Position.lean chore: closes #1683 2022-10-04 16:46:08 -07:00
PrefixTree.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Rat.lean feat: missing Rat functions 2022-02-11 18:24:18 -08:00
RBMap.lean chore: more RBMap cleanup 2022-10-06 17:26:43 -07:00
RBTree.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
SMap.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
SSet.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Trie.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Xml.lean feat: add xml parser. 2021-07-13 09:58:27 -07:00