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

Add hlist::HAppender #167

Closed hirrolot closed 4 years ago

lloydmeta commented 4 years ago

Neat ! Just an FYI, there's an implementation of Add for HList that does essentially the same thing 🙂

https://github.com/lloydmeta/frunk/blob/941ba138f406f88a53f67f6eab3f8985240d6fef/core/src/hlist.rs#L692-L716

hirrolot commented 4 years ago

Nice. Haven't seen this for the first time.