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