CurryInfo: ertools-3.0.0 / Database.ERD.Generic.duplicatePTest

definition: Info
 
duplicatePTest :: Eq a => [a] -> Transaction ()
duplicatePTest xs =
  if length (nub xs) == length xs
  then doneT
  else errorT (TError DuplicateKeyError "duplicate parameters in new-function")
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 duplicatePTest
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Eq a => [a] -> Database.KeyDatabaseSQLite.Transaction ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms