nickcowle / HCollections

Type-safe heterogeneous collections for F#
MIT License
6 stars 4 forks source link

Adding helper functions to HListT #6

Closed JackMatusiewicz closed 4 years ago

JackMatusiewicz commented 4 years ago

Adding a couple of functions that allow you to take an HListT and return either the HList or the list components. Also added some tests to confirm it works as expected.