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

definition: Info
 
getAllEntities :: (Read t, Show t) =>
                  (Key -> t -> Dynamic) -> (Key -> t -> en) -> Query [en]
getAllEntities entrypred info2entry =
  transformQ (map (uncurry info2entry)) (allDBKeyInfos entrypred)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> {Query}}
name: Info
 getAllEntities
precedence: Info
 no precedence defined
result-values: Info
 {Query}
signature: Info
 (Prelude.Read a, Prelude.Show a) => (Prelude.Int -> a
-> Database.KeyDatabaseSQLite.Dynamic) -> (Prelude.Int -> a -> b)
-> Database.KeyDatabaseSQLite.Query [b]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term