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