CurryInfo: base-3.3.0 / Data.Either.rights

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