lean4-htt/src/Lean/Data
Leonardo de Moura c9cbe35916 fix: adjust code to optional , at structure instances
@Kha I implemented the optional `,` at structure instances.
You have suggested it a few weeks/months ago. F# also implements this
feature. I got back to it while write documentation for Lean.
It looks quite nice when we are packing many functions into a structure.

BTW, F# also has optional separators for list literals :)
This is a much simpler change for us since `[...]` is defined using
the `syntax/macro_rules` commands, but I didn't find optional ','
would very useful since our list literals are usually in a single
line.
2020-11-20 15:43:35 -08:00
..
Json chore: use := 2020-11-19 07:22:31 -08:00
Lsp fix: adjust code to optional , at structure instances 2020-11-20 15:43:35 -08:00
Format.lean chore: use := 2020-11-19 07:22:31 -08:00
FormatMacro.lean chore: add expandInterpolatedStr helper function, rename msg! => m! 2020-11-14 13:52:52 -08:00
Json.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
JsonRpc.lean chore: use := 2020-11-19 07:22:31 -08:00
KVMap.lean chore: use := 2020-11-19 07:22:31 -08:00
LBool.lean chore: use := 2020-11-19 07:22:31 -08:00
LOption.lean chore: use := 2020-11-19 07:22:31 -08:00
Lsp.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Name.lean chore: naming convention 2020-11-11 10:08:55 -08:00
Occurrences.lean chore: use := 2020-11-19 07:22:31 -08:00
OpenDecl.lean chore: use := 2020-11-19 07:22:31 -08:00
Options.lean chore: remove renamed functions 2020-11-11 10:14:26 -08:00
Position.lean feat: add rfl and decide! tactic macros 2020-10-29 16:42:22 -07:00
SMap.lean chore: naming convention 2020-10-31 19:19:18 -07:00
Trie.lean chore: use := 2020-11-19 07:22:31 -08:00