issues
search
lunatech-labs
/
lunatech-scala2-to-scala3-course
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Apache License 2.0
204
stars
21
forks
source link
Opaque type aliases alternative
#85
Closed
eloots
closed
1 year ago
eloots
commented
1 year ago
Added an alternative refactoring for the exercise on
Opaque type aliases
. This exercise is split in two parts (exercises 10 & 11 respectively):
part I turns the
ReductionSet
type alias into an opaque on
part II does the same thing for the
Sudoku
type alias
The exercise on
Multiversal Equality
(exercise 12) is adapted too.
ReductionSet
type alias into an opaque onSudoku
type alias