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