Improving Refinement.compose Functions
I think the
Example:
This seems to be happening because
The error is fixed if I update
Is there some other way around this? Does this make sense as an update to the library?
Refinement.compose functions could be improved. As it is right now, they lose any previous type informationExample:
This seems to be happening because
EQ.isEqual has lost the refinement to stringThe error is fixed if I update
isEqual as follows:Is there some other way around this? Does this make sense as an update to the library?
