Disallow sequencing of pure expression #10
Labels
No Label
enhancement
in progress
on deck
uncertain
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/fostr#10
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?
I.e, the first in any sequence of two should not be pure. So the following are disallowed:
7
8
and
7; 8
(but
7 >> stdio; 8
is OK.)
Note we will eventually need an exception for text blocks or whatever they are called.