Open srghma opened 4 years ago
Why's that? Also, the instructor
variable is undefined here, and I'm not sure what the b
is for either.
Also, the instructor variable is undefined here
oh, sorry, typo, updated
Why's that?
it's the same as Either, but more descriptive
Codec is better than Left, Nullary is better than Right
In docs
It's better to make it accept
data VariantMatchCodecType a b = Codec a | Nullary b