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