Paul Collier
Paul Collier
https://doc.rust-lang.org/book/patterns.html#bindings
Oh so *that's* what Spans are.
Yeah, doing it all in the parser would be nicest.
Maybe we can take a page out of `futures`'s book and actually construct monadic values, 🤷
Suggestion from IRC: https://github.com/TeXitoi/rust-mdo
I agree, one approach would be to start with a string wrapper and slowly add enum cases as usecases come up, maybe like ``` mod ir { enum Expr {...
For the record, the need for admin access can be avoided with `--only-db`.