Type instantiation is excessively deep and possibly infinite. #929
Closed
Description
When using v.any()
with combination of v.forward()
I get following error:
Type instantiation is excessively deep and possibly infinite.
When v.any()
is changed for instance to v.record(v.string(), v.string())
the error dissapears.
Here is the playground link which reproduces this bug.