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