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