Join Slack
Powered by
<@U6P03BM0W> `Either` encodes a sum type, a struct...
# announcements
c
cedric
12/03/2017, 4:08 AM
@dave08
Either
encodes a sum type, a structure that carries either one field or the other but not both.
Pair
is a product type: it carries both fields.
4
Views
Open in Slack
Previous
Next