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
In both cases, we have a custom compiler and a case class that extends LanguageT[Result[LanguageT]]. Is it possible to also define Loop[S[_]] <: Tree[S] this way? If so, resumption and rewriting will be affected.
The text was updated successfully, but these errors were encountered:
When defining extensions to the default language, a pattern emerges:
In both cases, we have a custom compiler and a case class that extends
LanguageT[Result[LanguageT]]
. Is it possible to also defineLoop[S[_]] <: Tree[S]
this way? If so, resumption and rewriting will be affected.The text was updated successfully, but these errors were encountered: