ysono / pancake

7 stars 1 forks source link

comment #14

Closed ysono closed 3 years ago

ysono commented 3 years ago

Addressing https://github.com/ysono/pancake/pull/8/files#r675227376

If arg deser is false, ret can be Skip or EOF.

If arg deser is true, ret can be Empty, Item, or EOF.

I suspect there is a better way to implement the types...