<@U5UU34LPK> i've been working with parser combina...
# random
d
@karelpeeters i've been working with parser combinators and i have a use for a nullable combinator all the time
nullable(Decoder<T>) -> Decoder<T?>