Hacker News new | ask | show | jobs
by kwiooim 1528 days ago
Isn't this hard to make ergonomic in languages without higher-kinded types, because you need to specialize implementations of functions that otherwise could be generic over colors? like the filter() example in the original What Color is your Function post.