Open bitemyapp opened 6 years ago
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