Talk:Man or boy test: Difference between revisions

→‎Haskell version: Good thought, and a little faster too. (your liftM2 is still the fastest of all)
(→‎Haskell version: Good thought, and a little faster too. (your liftM2 is still the fastest of all))
 
Line 133:
:::: <code>(+) <$> x4 <*> x5</code>
::: Not sure if that's more readable than the <code>liftM2</code> version, but arguably more idiomatic nowadays. &mdash;''[[User:Ruud Koot|Ruud]]'' 08:42, 14 March 2017 (UTC)
:::: Good thought, and a little faster too. Perhaps your first instinct is right though ? liftM2 is not unreadable, and still seems to be the fastest of the three. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 11:53, 14 March 2017 (UTC)
9,655

edits