CurryInfo: base-3.4.0 / Data.Either.rights

definition: Info
 
rights   :: [Either a b] -> [b]
rights x = [a | Right a <- x]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Extracts from a list of `Either` all the `Right` elements in order.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 rights
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [Prelude.Either a b] -> [b]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms