aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/object (follow)
Commit message (Collapse)AuthorAge
* Complete rewrite of the lens system.Hugo Hörnquist2023-12-09
| | | | | | | | The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
* Fixup in documentation.Hugo Hörnquist2023-10-23
|
* Introduce keyword: to define-type.Hugo Hörnquist2023-10-18
| | | | | | Type fields like to be named after their containing type. But when creating new instances having to type the full name each time gets cumbersome. This allows local keywords for cleaner code.
* Clarify keywordness for object field parameters.Hugo Hörnquist2023-10-18
|
* s/defaulct/default/gHugo Hörnquist2023-10-16
|
* Documentation work.Hugo Hörnquist2023-10-02