ref: deb670e7a0677f294ad3614b33536f1186acf646 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;