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