Instant is
off
|
Search plugin
|
Manual
|
haskell.org
Right
+base
Packages
base
Right
:: b -> Either a b
base
Prelude
,
base
Data.Either
right
:: ArrowChoice a => a b c -> a (Either d b) (Either d c)
base
Control.Arrow
right
s
:: [Either a b] -> [b]
base
Data.Either
Extracts from a list of
Either
all the
Right
elements All the
Right
elements are extracted in order.
©
Neil Mitchell
2004-2012, version 4.2.11