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
Since all of these instances are provided as orphans, I recommend that you do not use this library within another library module, so that you don't impose these instances on down-stream consumers of your code.
Fact 2:
Blockfrost API library usesquickcheck-instances
Fact 3: blockfrost-api is a library that ignores the warning and causes problems associated with the orphaned instances to its users, even transitively, via the blockfrost-client dependency.
Desired situation
blockfrost-api doesn't bring orphaned instances to scope for all its downstream users.
The text was updated successfully, but these errors were encountered:
Actual situation
Fact 1:
The quickcheck-instances library has this warning in its documentation:
Fact 2:
Blockfrost API library uses
quickcheck-instances
Fact 3:
blockfrost-api
is a library that ignores the warning and causes problems associated with the orphaned instances to its users, even transitively, via theblockfrost-client
dependency.Desired situation
blockfrost-api
doesn't bring orphaned instances to scope for all its downstream users.The text was updated successfully, but these errors were encountered: