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