Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
_jackdk_
28d ago
0 comments
Save
Share
I am not very familiar with Go and especially not its generics support. Can you implement the "join" version instead of the "bind" version, where you turn a T[T[a]] into a T[a]?
0 comments
2 comments · 1 top-level
top
newest
oldest
assbuttbuttass
28d ago
· 1 in thread
Hmm I wasn't familiar with join, but it looks like you still need join + fmap for the construction? I believe fmap would also need a generic method
_jackdk_
OP
28d ago
Yeah you would, that's true.
j
/
k
navigate · click thread line to collapse