do-notation
do-notation copied to clipboard
The Haskell’s do notation brought to Rust
Results
2
do-notation issues
Sort by
recently updated
recently updated
newest added
I may be missing it but it seems like you can't current do something like: ```rust mut state
In a block like: ```rust fn update(&mut self) { m! { guard(self.grabbing); let del = input_state.pointer.delta(); guard(del.x != 0.0 || del.y != 0.0); x