Skip to content

Conversation

bcb
Copy link

@bcb bcb commented Jul 12, 2021

I've found these classes need repr's when debugging.

Before:

>>> Left(1)
<oslash.either.Left object at 0x10b728d90>

After:

>>> Left(1)
Left(1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant