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