On this page:
things
8.12

2.32 Universe🔗ℹ

 (require qtops/qualities/universe) package: qtops

The universe quality provides a thing with, at the moment, one capability:

They can "create-thing!", and that thing will be added to a list of "things" the universe maintains. And, those things will have a "create-thing^!" procedure that provides an equivalent operation.

Added in version 0.1 of package qtops.
Changed in version 0.1.1: <>universe now accepts things keyword, which accepts a list of quality-application procedures.

procedure

(things t)  procedure?

  t : procedure?
(things)  list?
Returns a procedure which follows the second form, where the list is a list of things. t is assumed to be a thing.

Examples: