Skip to content
Snippets Groups Projects
  • Manos Koukoutos's avatar
    74aba11f
    Introducing UnapplyPattern, plus improvements · 74aba11f
    Manos Koukoutos authored
    - Custom pattern matching through unapply functions.
    - TypeParameter now has private constructor, can only be created
      with TypeParameter.fresh or _.freshen
    - Stricter type checking for expressions. Correct various type errors.
    - Remove some redundant code.
    74aba11f
    History
    Introducing UnapplyPattern, plus improvements
    Manos Koukoutos authored
    - Custom pattern matching through unapply functions.
    - TypeParameter now has private constructor, can only be created
      with TypeParameter.fresh or _.freshen
    - Stricter type checking for expressions. Correct various type errors.
    - Remove some redundant code.