Skip to content

Commit

Permalink
Add a skeleton doc about quoted patterns with polymorphic functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptometer committed Aug 18, 2023
1 parent 8fb7cfe commit 47cfd1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: doc-page
title: "Quoted Patterns with Polymorphic Functions"
nightlyOf: https://docs.scala-lang.org/scala3/reference/other-new-features/quoted-patterns-with-polymorphic-functions.html
---


2 changes: 1 addition & 1 deletion library/src/scala/runtime/stdLibPatches/language.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ object language:

/** Experimental support for quote pattern matching with polymorphic functions
*
* @see TODO-18271
* @see [[https://dotty.epfl.ch/docs/reference/experimental/quoted-patterns-with-polymorphic-functions]]
*/
@compileTimeOnly("`quotedPatternsWithPolymorphicFunctions` can only be used at compile time in import statements")
object quotedPatternsWithPolymorphicFunctions
Expand Down

0 comments on commit 47cfd1e

Please sign in to comment.