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