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