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