seasonedcc / development-of-composable-functions

Types and functions to make composition easy and safe
MIT License
1 stars 0 forks source link

Remove DF type in favor of only Composable #14

Closed gustavoguichard closed 6 months ago

gustavoguichard commented 6 months ago

Rationale: To be able to use sequential (df) + parallel combinators we will probably have to get to a common type and the DomainFunction type was making it harder.

We should also be able to get to a common UnpackData in this PR ;)