dannypsnl/violet
2
8
Fork
You've already forked violet
0

New namespacing of inductive types #16

Merged
dannypsnl merged 1 commit from ind-namespacing into main 2026年05月15日 03:46:11 +02:00
  1. By default will not expose constructor, e.g. zero, to top-level, but put it under Nat/zero
  2. If expected type is Nat, it will try to find name in it, so zero in this case will refer to Nat/zero
  3. open clause for top-level let definition

close #10

1. By default will not expose constructor, e.g. `zero`, to top-level, but put it under `Nat/zero` 2. If expected type is `Nat`, it will try to find name in it, so `zero` in this case will refer to `Nat/zero` 3. `open` clause for top-level `let` definition close #10
dannypsnl deleted branch ind-namespacing 2026年05月15日 03:46:30 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
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
dannypsnl/violet!16
Reference in a new issue
dannypsnl/violet
No description provided.
Delete branch "ind-namespacing"

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?