fp-core 0.1.8

A library for functional programming in Rust
Documentation
use std::ops::Add;

pub trait Semigroup<M>: Add<M> {}