Add missing FromExpr[BigDecimal]
implementation
#21515
jivanic-demystdata
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
zio-prelude newtype implementation allows us to use macro to define newtype refinement based on any function:
This code doesn't compile because the
Validator
is the following:But there's no instance of
FromExpr
forBigDecimal
Could be nice to add it to the language, don't you think? 🙂
Cc @guizmaii
Beta Was this translation helpful? Give feedback.
All reactions