Partitioning a Chunk into Chunks of B and C
Hi 
I have a function
Something like:
I have a function
const bOrC: (a: A) => B | C and a Chunk<A>, is there a partition function to get back a [Chunk<B>, Chunk<C>]?Something like:
