maybe

fun <T> maybe(parser: Parser<T>): Parser<T?>

Convert a failed result to success with OrgNothing