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