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