Has anyone considered building a compiler plugin t...
# arrow
c
Has anyone considered building a compiler plugin to get rid of bind in monad comprehensions? It would be awesome to have a rust style ? operator
j
It is not possible to create a compiler plugin which uses custom keywords or operators
At least there are no plans K2 will support creating custom operators
c
Oh I didn’t know that 😢
y
There's kinda no need though because you can use
context(Raise<ErrorType>)
to not need comprehensions
❤️ 1
2