-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I was surprised to see the type of (>>) requires () and not an arbitrary type, I'm wondering if this is intentional, and if so, it should probably come with an explanation, because it doesn't match Monad's (>>),
stacked/src/Control/Monad/Indexed.hs
Line 92 in 82ac628
| (>>) :: (Applicative m) => m i j () -> m j k a -> m i k a |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels