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