haskpy.types.either¶
Values with two possibilities
|
|
|
|
|
|
|
(a -> c) -> (b -> c) -> Either a b -> c |
|
|
|
|
|
|
|
|
|
(a -> b) -> s -> t, or more generally, PrismP a b s t |
|
(a -> b) -> s -> t, or more generally, PrismP a b s t |
Values with two possibilities
|
|
|
|
|
|
|
(a -> c) -> (b -> c) -> Either a b -> c |
|
|
|
|
|
|
|
|
|
(a -> b) -> s -> t, or more generally, PrismP a b s t |
|
(a -> b) -> s -> t, or more generally, PrismP a b s t |