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