haskpy.types.either.either
¶
either
(
f
,
g
,
e
)
[source]
¶
(a -> c) -> (b -> c) -> Either a b -> c
HaskPy
Navigation
Table of contents:
Motivation
Overview
API
haskpy.types
haskpy.typeclasses
haskpy.utils
haskpy.optics
haskpy.testing
Changelog
Related Topics
Documentation overview
API
haskpy.types
haskpy.types.either
Previous:
haskpy.types.either.Right
Next:
haskpy.types.either.is_left
Quick search