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
List is also a TypeRecursion object and not the class constructor.
Given #64, it's worth looking into a way to return the class itself.
Additionally, the conversion to typescript (#28) should be easier if TypeRecursion can be replaced with the class itself (which implies the need for memoFix in the implementation)
The text was updated successfully, but these errors were encountered:
Currently
data
returns a function when parameterized:List
is also aTypeRecursion
object and not the class constructor.Given #64, it's worth looking into a way to return the class itself.
Additionally, the conversion to typescript (#28) should be easier if TypeRecursion can be replaced with the class itself (which implies the need for memoFix in the implementation)
The text was updated successfully, but these errors were encountered: