Disallow sequencing of pure expression #10

Open
opened 2021-02-01 08:55:10 +00:00 by glen · 0 comments
Owner

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.

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.
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: glen/fostr#10
No description provided.