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 668608e commit 8861db1Copy full SHA for 8861db1
Data/Csv.hs
@@ -170,7 +170,7 @@ import Data.Csv.Types
170
-- Decoding:
171
--
172
-- > >>> decode NoHeader "John,27\r\n" :: Either String (Vector Person)
173
--- > Right (["name","salary"],[Person {name = "John", salary = 27}])
+-- > Right [Person {name = "John", salary = 27}]
174
175
176
-- $example-named-instance
0 commit comments