Maintainer | Brandon Chinn <brandonchinn178@gmail.com> |
---|---|
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Define functions useful for data constructors.
- hasDuplicateConstrs :: Data a => [a] -> Bool
Documentation
hasDuplicateConstrs :: Data a => [a] -> Bool Source #
Return True if the given list has duplicate constructors.