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