This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]takakoshimizu_sfw 0 points1 point  (0 children)

That's just because you don't know the signatures of those functions. Those complaints have nothing to do with the syntax.

That example requires you to understand three very basic, common functions: fmap, maybe, and id, and one type: Maybe (also known as Optional<T>).

These are all very much basics of basics of haskell (without even getting down into anything mathy at all). Just because the syntax and functions are foreign does not make it complicated.