CodeMirror 2: Haskell mode

-- | Find all unique permutations of a list where there might be duplicates.
 1
2
3
4
5
6
 
module UniquePerms (
    uniquePerms
    )
where
 
-- | Find all unique permutations of a list where there might be duplicates.

MIME types defined: text/x-haskell.