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