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