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 From<HNil> for () #155

Closed Marwes closed 4 years ago

Marwes commented 5 years ago

Looks like this was forgotten as opposed to all the HCons impls