Y
Hacker News
new
|
ask
|
show
|
jobs
by
ackfoobar
739 days ago
"Does type X have an implementation for typeclass Y" isn't always easy to answer.
https://aphyr.com/posts/342-typing-the-technical-interview
1 comments
tines
739 days ago
That post, while awesome (as is the rest of aphyr's stuff), is a lot to wade through to get to the point you're trying to convey. Can you spell it out for me?
link
ackfoobar
739 days ago
That typeclass resolution can encode some heavy computation, the example being n-queens in the article.
link
tines
739 days ago
That's only the case when you turn on the "enable arbitrary computation in typeclasses" flag, so I'd say it's not much of a worry.
link