You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code"Seq(1,2,3)"match {
casecode"Seq[Int]($xs*)"=>valxs2=c"0"+: xs
code"Seq[Int](${xs2}*)"// works fine// a current limitation/bug prevents the following syntax:// code"Seq[Int](${c"0" +: xs}*)"// Embedding Error: Quoted expression does not type check: type mismatch;// found: Any; required: Seq[Embedding.IR[Int,?]])
}
The text was updated successfully, but these errors were encountered:
See the example:
The text was updated successfully, but these errors were encountered: