realworldocaml / mdx

Execute code blocks inside your documentation
ISC License
269 stars 45 forks source link

Avoid picking result < 1.5 #415

Closed Leonidas-from-XIV closed 1 year ago

Leonidas-from-XIV commented 1 year ago

If some dependency pulls an older result as a dependency, it will shadow the Result module and cause failures because it doesn't expose the expected functions.

Thanks to @kit-ty-kate.