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