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