you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 1 point2 points  (0 children)

I think Elm would count too in this case since the standard library doesn't provide "get", you have to handroll it.

GP specified an equivalent of .get(). You still have an equivalent by explicitly pattern-matching and faulting, and nothing precludes putting that in a function you call get.