ref: ae9a74441cba3160943ad18bf500781143bff096 dir: /lib/std/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;