CurryInfo: cdbi-3.2.0 / Database.CDBI.ER.>+

definition: Info
 
(>+) :: DBAction a -> DBAction b -> DBAction b
(>+) x y = x >+= (\_ -> y)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Connects two `DBAction`s but ignore the result of the first.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixl
iotype: Info
 {(_,_) |-> _}
name: Info
 >+
precedence: Info
 1
result-values: Info
 _
signature: Info
 DBAction a -> DBAction b -> DBAction b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms