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