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