persistent-migration-0.0.2: Manual migrations for the persistent library

MaintainerBrandon Chinn <brandonchinn178@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Database.Persist.Migration.Utils.Data

Description

Define functions useful for data constructors.

Synopsis

Documentation

hasDuplicateConstrs :: Data a => [a] -> Bool Source #

Return True if the given list has duplicate constructors.