Scala 3 Reference
3.7.0
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3 Reference
LearnInstallPlaygroundFind A LibraryCommunityBlog
Docs
New Types
Intersection Types
Union Types
Type Lambdas
Match Types
Dependent Function Types
Polymorphic Function Types
Enums
Enumerations
Algebraic Data Types
Translation of Enums and ADTs
Contextual Abstractions
Given Instances
Deferred Givens
Other Forms Of Givens
Previous Given Syntax
Using Clauses
Context Bounds
Importing Givens
Extension Methods
Right-Associative Extension Methods: Details
Implementing Type classes
Type Class Derivation
How to write a type class `derived` method using macros
Multiversal Equality
Context Functions
Implicit Conversions
By-Name Context Parameters
Relationship with Scala 2 Implicits
Metaprogramming
Inline
Compile-time operations
Macros
Run-Time Multi-Stage Programming
Reflection
TASTy Inspection
The Meta-theory of Symmetric Metaprogramming
Other New Features
Trait Parameters
Transparent Traits and Classes
Universal Apply Methods
Export Clauses
Opaque Type Aliases
Opaque Type Aliases: More Details
Named Tuples