Twelve statements: Difference between revisions

m
→‎{{header|Haskell}}: phrasing: not so much "incorrect" as flipping them alone won't make the whole set consistent
(→‎{{header|Python}}: Add some explanation.)
m (→‎{{header|Haskell}}: phrasing: not so much "incorrect" as flipping them alone won't make the whole set consistent)
Line 171:
 
=={{header|Haskell}}==
Shows answers with 1 for true, followed by list of indices of incorrectcontradicting elements in each set of 1/0s (index is 0-based).
 
<lang haskell>import Data.List (findIndices)
Anonymous user