Doing more complicated boolean expressions involving more than one and/or, and having it all be lazily evaluated is quite painful right now. I'd like to introduce some special syntax that would wrap the expression into something that looks more like traditional infix code that is desugared to what you'd expect.
Doing more complicated boolean expressions involving more than one and/or, and having it all be lazily evaluated is quite painful right now. I'd like to introduce some special syntax that would wrap the expression into something that looks more like traditional infix code that is desugared to what you'd expect.