lean4-htt/src/Lean/Data/Json
Kim Morrison 1ce7047bf5
feat: cleanup of get and back functions on List/Array (#7059)
This PR moves away from using `List.get` / `List.get?` / `List.get!` and
`Array.get!`, in favour of using the `GetElem` mediated getters. In
particular it deprecates `List.get?`, `List.get!` and `Array.get?`. Also
adds `Array.back`, taking a proof, matching `List.getLast`.
2025-02-17 01:43:45 +00:00
..
Basic.lean feat: cleanup of get and back functions on List/Array (#7059) 2025-02-17 01:43:45 +00:00
Elab.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
FromToJson.lean feat: implement To/FromJSON Empty (#5421) 2024-09-24 03:27:23 +00:00
Parser.lean fix: ilean loading performance (#4900) 2024-08-29 11:51:48 +00:00
Printer.lean perf: speed up JSON serialisation (#6479) 2025-01-08 12:06:25 +00:00
Stream.lean feat: UTF-8 string validation (#3958) 2024-04-20 18:36:37 +00:00