Use type classe for AllowedParamTypes
#52
Labels
enhancement
New feature or request
refactoring
Improving code quality, paying off tech debt, aligning APIs
Background
AllowedParamTypes
is rather limiting for possible extension. Using type classes should make ti more flexible,Feature
Convert
AllowedParamTypes
into a type class.https://danielwestheide.com/blog/the-neophytes-guide-to-scala-part-12-type-classes/
The text was updated successfully, but these errors were encountered: