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