Concepts
Background reading on how a Registry works:
- Registry and entries — what an entry is, the four prepend operators, and LIFO precedence.
- Resolution — how
make[T]walks the graph. - Safety — what
+:andmakeSafe[T]actually check. - Memoization —
sharevsconstand per-call vs per-registry caching. - Customization — refinements,
erase, and wrappingfuns.