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