Determine if a string has all unique characters: Difference between revisions

m
(→‎{{header|Haskell}}: Updated the variant in terms of find)
Line 443:
 
 
Or perhaps, as an alternative to grouping, sorting, and zippingsorting:
<lang haskell>import Data.List (find, intercalate)
import Numeric (showHex)
9,659

edits