package com.googlecode.totallylazy.functions; public interface CurriedMonoid<T> extends Monoid<T>, CurriedBinary<T> { }