Move base
from a context to a dict
#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current Prelude, especially to avoid name conflicts, makes
base
a dict, and, e.g.,base :type
access the basetype
function. Rework Rust Base to package up fns in a dict, instead of in a context.Done in
383f21fbd8