The following code: ```Go type T[P T[P]] = int ``` leads to a panic in the type checker. This requires tip allowing cycles through type parameters.
The following code:
leads to a panic in the type checker. This requires tip allowing cycles through type parameters.