MartinSStewart

Results 75 comments of MartinSStewart

`NamedPattern` and `AsPattern` are missing in the example here: ```elm {-| Custom type for all patterns such as: - `AllPattern`: `_` - `UnitPattern`: `()` - `CharPattern`: `'c'` - `StringPattern`: `"hello"`...

This could be a useful helper function. That said, in this issue https://github.com/stil4m/elm-syntax/issues/100 I discuss removing the Node module all together. Still, if that doesn't work out, I think this...

Haha, `eachAll` doesn't exactly roll off the tongue. I think adding `All` is better than `_` though. To me, `_` makes more sense when a function is identical to another...

That's an interesting idea! I guess if it's worth using comes down to how often the user needs to use different kinds of execution policies. If they only want the...

Yeah, I'm fine with removing json encoding/decoding. That said, I think we should take all that code and put it into some examples folder. I'm sure people will still need...