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