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
What does the failure say? Most of the time JSON isomorphisms fail due to either invariants that don't get enforced at the type level (e.g. duplicate keys) or type ambiguities, e.g. Maybe [a] where Nothing and [] get represented the same in the JSON.
Currently failing in master. Any suggestions? @MichaelXavier
The text was updated successfully, but these errors were encountered: