Implement support for `ado`
reactormonk opened this issue · 3 comments
reactormonk commented
See purescript/purescript#2889 (comment) for full specification. The easiest part may be the ado keyword, maybe there's more.
purcell commented
I presume you're talking about indentation support, in which case I believe this is working now, right?
shaunplee commented
I think I'm running into the same issue: purescript-indentation-expression-list and purescript-indentation-peek-token includes entries for do and mdo but not ado.
shaunplee commented
What is mdo anyway?