Randomly ordered function names in docs

Hello,

Been trying out Rescript after the v12 release and so far so good. Seems like a job very well done.

My only concern is with the documentation and how it’s organized.
For example here is the page for Stdlib: Result

There is no particular order for the types and values. This makes sense if I know exactly which methods I want to use and can just search for it, but sometimes maybe I want to discover what functions are available and it’s kind of unpredictable with no defined order.

This is something small so probably not a big issue, but just wondering if it’s something you have looked into / could consider improving?

I guess sorting the functions/types alphabetically could be a quick win.

1 Like