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