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