aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/object.scm (unfollow)
Commit message (Collapse)Author
2022-07-09Move type checking macros to own module.Hugo Hörnquist
2022-07-08Change list-of and pair-of validator to separate macros.Hugo Hörnquist
The functionallity is still the same, but this demonstrates that the system is easily extensible.
2022-07-07Add pair-of to object system.Hugo Hörnquist
2022-07-07Extend object type system to allow list-of.Hugo Hörnquist
2022-07-07Add new object system.Hugo Hörnquist
fixup object tests.