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

definition: Info
 
newEntry :: Show t =>
            (Key -> t -> Dynamic) -> (Key -> t -> en) -> t -> Transaction en
newEntry pred info2entry info =
  newDBEntry pred info |>>= \k -> returnT (info2entry k info)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Insert a new entity and assign a new key for it.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 newEntry
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Show a => (Prelude.Int -> a -> Database.KeyDatabaseSQLite.Dynamic)
-> (Prelude.Int -> a -> b) -> a -> Database.KeyDatabaseSQLite.Transaction 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