Currently, the parser doesn't parse this code: ```candy is value := # ✨.print "is result?" value % Ok _ | Error _ -> True _ -> False ``` It complains that `value` is not defined, so it seems like it stops parsing the function after the first line.