Skip to content

Commit 80ed86a

Browse files
committed
Rename QuoteContext to Quotes
`QuoteContext` is required on all signatures. To make it simpler to keep signatures on one line we shorten the name to `Quotes`. This name will usually be used in `(using Quotes)` which reads as _using quotes_ and descibes exactly why this contextual parameter is the. ```diff - def f[T: Type](x: Expr[T])(using QuoteContext): Expr[T] = ... + def f[T: Type](x: Expr[T])(using Quotes): Expr[T] = ... ```
1 parent caa89bf commit 80ed86a

File tree

651 files changed

+1389
-1387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

651 files changed

+1389
-1387
lines changed

0 commit comments

Comments
 (0)