definition: |
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: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
duplicatePTest |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Eq a => [a] -> Database.KeyDatabaseSQLite.Transaction () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |