then reticle #130

Open
opened 2025-07-01 14:46:47 +02:00 by riki · 0 comments
Owner

Considering the idea of selectRect / editRect (#123), we currently don't have a way to sandwich a scribble inbetween reticles. Therefore, I propose a reticle combinator called then, which makes a reticle out of a scribble and a reticle:

then
  s : scribble
  r : reticle
  -> reticle

The intended usage is as follows:

s
|then . r

The full behaviour is to draw s, then act out r.

Considering the idea of `selectRect` / `editRect` (#123), we currently don't have a way to sandwich a scribble inbetween reticles. Therefore, I propose a reticle combinator called `then`, which makes a reticle out of a scribble and a reticle: ``` then s : scribble r : reticle -> reticle ``` The intended usage is as follows: ``` s |then . r ``` The full behaviour is to **draw s, then act out r.**
riki added the
area/haku
goal/h2
goal/wie
labels 2025-07-01 14:46:50 +02:00
Sign in to join this conversation.
No milestone
No project
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: riki/rkgk#130
No description provided.