You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is mostly due to haddock itself, for some bizarre reason it is not listing all the instances. Beyond that, it is also duplicating the documentation for the methods twice.
This is particularly problematic for Store because it generates many instances. These haddocks make it seem like it has few.
The text was updated successfully, but these errors were encountered:
The current haddocks for the Store class are pretty awful - https://www.stackage.org/haddock/lts-9.0/store-0.4.3.1/Data-Store.html#t:Store
The issue is mostly due to haddock itself, for some bizarre reason it is not listing all the instances. Beyond that, it is also duplicating the documentation for the methods twice.
This is particularly problematic for Store because it generates many instances. These haddocks make it seem like it has few.
The text was updated successfully, but these errors were encountered: