gll
gll copied to clipboard
Implement `std::ops::Try` on `Handle` to make `h?` a shorthand for `x.one()?`.
Blocked on #33. Also, not entirely sure this is a good idea.