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