Y
Hacker News
new
|
ask
|
show
|
jobs
by
badbath
4197 days ago
Would this be faster if we not calculate powerset xs twice? I don't know how GHC works well enough so I ask.
1 comments
gamegoblin
4193 days ago
I'm pretty sure GHC will optimize that out since it's a pure function.
link