lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

Added a missing import in the Semigroup example #168

Closed VitalyOlegovic closed 4 years ago

VitalyOlegovic commented 4 years ago

The Semigroup example is missing the following import: use frunk::semigroup::All;

lloydmeta commented 4 years ago

Thanks !