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