aboutsummaryrefslogtreecommitdiff
path: root/docs/sets.md
AgeCommit message (Collapse)Author
2025-09-21More deprecations of set docs stuffBruce Hill
2025-04-19Make API documentation into YAML files and autogenerate markdown filesBruce Hill
and manpages from those.
2025-04-06Update syntax in docsBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Change Set syntax from {x} to |x|Bruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-05Remove {} for empty setsBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-03-05Further shorten docsBruce Hill
2025-03-05Shorten API docsBruce Hill
2025-03-05Fix linksBruce Hill
2025-03-05Alphabetize and index functionsBruce Hill
2024-10-27Update docs to reflect deprecation of "&" stack referencesBruce Hill
2024-10-09Update docs to standardize function signature formattingBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-08-19Move docs into one folderBruce Hill