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