raskell 0.1.1

Haskell-style functional programming for Rust
Documentation
1
2
3
4
5
error: a refutable pattern bound with `<-?` needs `throw`
  --> tests/ui/fail/try_bind_refutable_without_throw.rs:14:9
   |
14 |         Some(x) <-? source();
   |         ^^^^^^^