org.parboiled2.support
"Unpacks" an HList if it has only zero or one element(s). Out = Unit if L == HNil T if L == T :: HNil L otherwise
You can import Unpack.dontUnpack if you'd like to circumvent this unpacking logic.
import Unpack.dontUnpack
"Unpacks" an HList if it has only zero or one element(s). Out = Unit if L == HNil T if L == T :: HNil L otherwise
You can
import Unpack.dontUnpackif you'd like to circumvent this unpacking logic.