CurryInfo: cpm-3.3.0 / CPM.Repository.RepositoryDB.queryCondIndexEntry

definition:
queryCondIndexEntry
  :: (IndexEntry -> Bool) -> Database.CDBI.Connection.DBAction [IndexEntry]
queryCondIndexEntry =
  Database.CDBI.ER.getCondEntries indexEntry_CDBI_Description
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Gets all `IndexEntry` entities satisfying a given predicate.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {getCondEntries}}
name:
queryCondIndexEntry
precedence:
no precedence defined
result-values:
{getCondEntries}
signature:
(IndexEntry -> Prelude.Bool) -> Database.CDBI.Connection.DBAction [IndexEntry]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term