Function composition operator #450

Open
opened 2023-05-13 18:17:57 +09:00 by zxq9 · 0 comments
zxq9 commented 2023-05-13 18:17:57 +09:00 (Migrated from gitlab.com)

Created by: radrow

I would use Elm/F# notation:

f >>> g  // (x) => g(f(x))
f <<< g // (x) => f(g(x))
*Created by: radrow* I would use Elm/F# notation: ``` f >>> g // (x) => g(f(x)) f <<< g // (x) => f(g(x)) ```
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/sophia#450
No description provided.