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