Arrow: Add remaining Monoid and Semigroup instances

Created on 9 May 2018  路  8Comments  路  Source: arrow-kt/arrow

At the moment several instances from Scala are not available in Arrow, like the one for Try. The task is to do a pass on the codebase and write them.

help wanted

Most helpful comment

I'd be happy to help with this

All 8 comments

I'd be happy to help with this

Neat, we got Try and Either now :D

What's left?

Still to come:

I'll get started on id next

@pakoito Do you want arrow-data-instances as part of this issue or a separate one?

Do you want arrow-data-instances as part of this issue or a separate one?

I'm not sure I follow.

I'm not sure what the semantics to choose for eval would be

Let's do a live session when you reach it, I have an idea but would need to be in front of the code.

The data types I listed above are from arrow-instances-core. There's also a few missing I think from arrow-instances-data that we might want to add?

Oh, yes, everything on the same ticket.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

raulraja picture raulraja  路  4Comments

vejeta picture vejeta  路  3Comments

raulraja picture raulraja  路  3Comments

pakoito picture pakoito  路  3Comments

Northburns picture Northburns  路  4Comments