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

definition:
readIndexEntryKey :: String -> Maybe IndexEntryID
readIndexEntryKey = Database.CDBI.ER.readDatabaseKey "IndexEntry" IndexEntryID
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Transforms a string into a key of a `IndexEntry` entity.
--- Nothing is returned if the string does not represent a meaningful key.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {readDatabaseKey}}
name:
readIndexEntryKey
precedence:
no precedence defined
result-values:
{readDatabaseKey}
signature:
String -> Prelude.Maybe IndexEntryID
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term