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