Iltotore / iron

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

Documentation still refers to RefinedTypeOpsImpl #201

Closed ajaychandran closed 5 months ago

ajaychandran commented 6 months ago

Describe the bug Documentation refers to RefinedTypeOpsImpl.

Note: due to a compiler bug, incremental/cross-module compilation can fail. An easy workaround but with more boilerplate is to use RefinedTypeOpsImpl[A, C, T] where:

A is the base type
C is the constraint type
T is the type alias