Skip to content

Commit 2169adc

Browse files
authored
Merge pull request #591 from jpaugh/jp/haddock-lamda
Doc bug: Missing lambda in haddock comment
2 parents 3a77854 + c02fdd0 commit 2169adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Aeson/Types/FromJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ genericLiftParseJSON opts pj pjl = fmap to1 . gParseJSON opts (From1Args pj pjl)
316316
--
317317
-- @
318318
-- instance 'FromJSON' Coord where
319-
-- 'parseJSON' = 'withObject' \"Coord\" $ \v -> Coord
319+
-- 'parseJSON' = 'withObject' \"Coord\" $ \\v -> Coord
320320
-- '<$>' v '.:' \"x\"
321321
-- '<*>' v '.:' \"y\"
322322
-- @

0 commit comments

Comments
 (0)