Iltotore / iron

Strong type constraints for Scala
https://iltotore.github.io/iron/docs/
Apache License 2.0
430 stars 38 forks source link

Add FromExpr instances for BigInt/BigDecimal #144

Open Iltotore opened 1 year ago

Iltotore commented 1 year ago

Add given instances for FromExpr[BigInt], FromExpr[BigDecimal] and their Java equivalents to allow compile-time constraints involving them.

Iltotore commented 1 year ago

This will only be adressed later due to a necessary breaking change. See #147