Move base from a context to a dict #12

Closed
opened 2024-12-08 05:16:20 +00:00 by scott · 1 comment
Owner

Current Prelude, especially to avoid name conflicts, makes base a dict, and, e.g., base :type access the base type function. Rework Rust Base to package up fns in a dict, instead of in a context.

Current Prelude, especially to avoid name conflicts, makes `base` a dict, and, e.g., `base :type` access the base `type` function. Rework Rust Base to package up fns in a dict, instead of in a context.
scott added the
core
label 2024-12-08 05:16:25 +00:00
Author
Owner

Done in 383f21fbd8

Done in https://alea.ludus.dev/scott/rudus/commit/383f21fbd88f5aa2ee8645f761dbb43d6dbc0c5b
scott closed this issue 2024-12-09 04:35:11 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: scott/rudus#12
No description provided.