Commit graph

6 commits

Author SHA1 Message Date
Ruud van Asseldonk
1eafa8177c Document the new std.format_json function 2025-06-28 21:50:20 +02:00
Ruud van Asseldonk
3b7720940e Replace Int with Number in the docs
This is part of updating the implementation to have a single number type.
I have to admit, doing this, I'm hesitant again. I would really like len
functions to return Int, or to clarify in the types that std.range
accepts only integers. But let's experiment, implement this, and get a
feel for it before I make a call.
2025-02-24 20:42:59 +01:00
Ruud van Asseldonk
2601582abe Add std.empty_set constant
It started to get annoying to have to define it myself every time, so
let's just add it properly now. This also resolves the longstanding
issue in the RCL pretty-printer that we have no good way to print the
empty set -- now we do!
2024-12-07 20:26:40 +01:00
Ruud van Asseldonk
6298573285 Document List.reverse and std.range 2023-12-12 00:27:31 +01:00
Ruud van Asseldonk
193d183909 Rework type signatures in docs a bit
This looks like something that I might introduce later as syntax for
type hints, and it's at least consistent between methods and docs.
2023-11-04 20:46:42 +01:00
Ruud van Asseldonk
483accbb3c Document the standard library and methods 2023-11-04 20:18:06 +01:00