Chat about elm/parser operators |. and |=

I use elm/parser to parse Elm types for the package website, so you can take a look at how the operators look in that context:

I wrote this parser to meet the goal of parsing types fast enough that it’s not a problem on the package website, so I’m not sure how well it works as a learning resource. It seems alright looking over it, but I’d give more consideration if it was meant for learning!

3 Likes