Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
1.29k
stars
58
forks
source link
Added a missing import in the Semigroup example #168
Closed
VitalyOlegovic closed 4 years ago
The Semigroup example is missing the following import:
use frunk::semigroup::All;