We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for 2.12 and 2.13
The text was updated successfully, but these errors were encountered:
I played around with this recently. Not quite there yet, getting compile errors on our custom types such as:
found : org.adridadou.openlaw.OpenlawString [error] required: String [error] case Some(value:OpenlawString) => cast(value, executionResult)
and not quite clear why to me. Seems lower priority for now.
Sorry, something went wrong.
What file/line is that? Might be a change in implicit resolution that's affecting the type class.
@craigwblake-openlaw I think @adridadou has done some work on this in a branch which is more recent than what I've done.
Seems like it's not a super high priority atm though given instability of some of other related deps
outkaj
No branches or pull requests
for 2.12 and 2.13
The text was updated successfully, but these errors were encountered: