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