lloydmeta / frunk

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

Expose Rep? #166

Closed poscat0x04 closed 4 years ago

poscat0x04 commented 4 years ago

Would it be possible to expose constructors such as :+: :*: Rec0 V1 ... used in generic type representation?

ExpHP commented 4 years ago

Those are just HCons, Coproduct, LabelledField, yes? They're already exposed.

poscat0x04 commented 4 years ago

Oh, didn't realize that, sorry.