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