lean4-htt/src/Lean/Data/Lsp
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
..
Basic.lean chore: use := 2020-11-19 07:22:31 -08:00
Capabilities.lean chore: use := 2020-11-19 07:22:31 -08:00
Communication.lean chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00
Diagnostics.lean fix: adjust code to optional , at structure instances 2020-11-20 15:43:35 -08:00
Hover.lean chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00
InitShutdown.lean chore: use := 2020-11-19 07:22:31 -08:00
TextSync.lean chore: use := 2020-11-19 07:22:31 -08:00
Utf16.lean chore: fix annotation 2020-11-11 07:15:13 -08:00
Workspace.lean chore: avoid Has prefix in type classes 2020-10-27 18:29:19 -07:00