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