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