We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaec59 commit 1c37090Copy full SHA for 1c37090
src/Data/Argonaut/Gen.purs
@@ -34,7 +34,7 @@ genJson = Gen.resize (min 5) $ Gen.sized genJson'
34
extendJObj obj k = do
35
v <- genJson
36
pure $
37
- J.foldJsonObject
+ J.caseJsonObject
38
(J.jsonSingletonObject k v)
39
(J.fromObject <<< Obj.insert k v)
40
obj
0 commit comments