Iltotore / iron

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

Remove references in docs to old function (`fromIronType`) #249

Closed vreuter closed 3 months ago

vreuter commented 3 months ago

It seems like fromIronType was combined with apply in RefinedTypeOps, but there are a few lingering references in the Scaladoc to the removed API member. This PR removes those references.

Close #248

Related: #130 #139 #140