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