We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02f648 commit 5de3381Copy full SHA for 5de3381
src/main/scala/io/github/windymelt/qw/Syntax.scala
@@ -3,7 +3,7 @@ package io.github.windymelt.qw
3
/** Enables qw syntax for string.
4
*
5
* {{{
6
- * import io.github.windymelt.qw.Syntax.*
+ * import io.github.windymelt.qw.Syntax.{*, given}
7
* qw"foo bar buzz" // => "foo" :: "bar" :: "buzz" :: Nil
8
* }}}
9
0 commit comments