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
ai.acyclic.six.error1.Foundation.Node.Prime{ val x: ai.acyclic.six.error1.Foundation.Template{type _I <: t1._I; type _V <: t1._V } }
right side rewritten/narrowed to
ai.acyclic.six.error1.Foundation.Node.Prime{ val x: ai.acyclic.six.error1.Foundation.Template{ type _I <: ai.acyclic.six.error1.Topology.Tree._I; type _V <: Int} }
but then the search failed to make a judgement on t1._I and t1._V.
I wonder what has stopped the search to go deeper into the rabbit hole?
The text was updated successfully, but these errors were encountered:
Compiler version
3.6.2
Minimized code
this code may be shrank further (by AI), but I think at current scale it is good enough to demonstrate the problem:
Output
Expectation
the conformity search almost succeeded:
ai.acyclic.six.error1.Foundation.Node.Prime{ val x: ai.acyclic.six.error1.Foundation.Template{type _I <: t1._I; type _V <: t1._V } }
ai.acyclic.six.error1.Foundation.Node.Prime{ val x: ai.acyclic.six.error1.Foundation.Template{ type _I <: ai.acyclic.six.error1.Topology.Tree._I; type _V <: Int} }
but then the search failed to make a judgement on
t1._I
andt1._V
.I wonder what has stopped the search to go deeper into the rabbit hole?
The text was updated successfully, but these errors were encountered: