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