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