-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
WHAT
I'm not yet a gleam expert. But even with decades of software experience, I'm having trouble following the code in internal.gleam... here are some functions in particular:
QUESTIONS
- How does this work? Why do you pass in a pos?
shore/src/shore/internal.gleam
Line 478 in 3accb64
| fn do_list_focusable( |
fn do_list_focusable(
pos: Pos,
children: List(Node(msg)),
acc: List(Focused(msg)),
) -> List(Focused(msg)) {- This method is too long for me to decipher what it does
fn shore_loop(
state: State(model, msg),
event: Event(msg),
) -> actor.Next(State(model, msg), Event(msg)) {Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels