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