Skip to content

Commit

Permalink
Fix Doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jgotoh committed Apr 9, 2024
1 parent 27d6757 commit d7ec931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Utils/Parsec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ newtype NubList' sep b a = NubList' {_getNubList :: NubList a}
-- >>> :t alaNubList VCat
-- alaNubList VCat :: NubList a -> NubList' VCat (Identity a) a
--
-- >>> :t alaNubList' FSep Token :: NubList String -> NubList' FSep Token String
-- >>> :t alaNubList' FSep Token
-- alaNubList' FSep Token :: NubList String -> NubList' FSep Token String
--
-- >>> unpack' (alaNubList' FSep Token) <$> eitherParsec "foo bar foo"
Expand Down

0 comments on commit d7ec931

Please sign in to comment.