CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.showDatabaseKey

definition: Info
 
showDatabaseKey :: String -> (enkey -> Int) -> enkey -> String
showDatabaseKey enname fromenkey enkey = enname ++ show (fromenkey enkey)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a database key for an entity name as a string.
Useful if a textual representation of a database key is necessary,
e.g., as URL parameters in web pages. This textual representation
should not be used to store database keys in attributes!
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 showDatabaseKey
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> (a -> Prelude.Int) -> a -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term