This is a history of changes to k13labs/hierarchy
- Removed default alter-var-root in
core
namespace, user code must now invokeactivate!
manually. - Add utility functions
activate!
anddeactivate!
to alter thederive
andunderive
var bindings. - Add utility macro
hierarchy.core/bound
to redef thederive
andunderive
var bindings at runtime.
- The initial release.