zio-codec icon indicating copy to clipboard operation
zio-codec copied to clipboard

Compilation of `Rep(value, Some(min), Some(max))` into CodecVM

Open sergei-shabanau opened this issue 4 years ago • 0 comments

where 0 <= min < max.

This case is left unimplemented and has to be completed. I think there is no need to handle edge cases in def compile since 0 <= min < max can be enforced by XCodecModule combinators.

sergei-shabanau avatar Apr 15 '20 17:04 sergei-shabanau