bo 0.1.4

Bo is a library for functional programming in rust.
Documentation
1
2
3
4

pub trait Semigroup {
    fn mappend(&self, b: Self) -> Self;
}