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
Hi,
First thanks for the library. It is very cool.
I have a question. Is there a way to loop on each element of the ADT and define an empty element?
I started with:
Object.keys(adt.keys).map((t)=>....)
But then I need to pattern match on a string/key, not on an element of the ADT. Any help appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
First thanks for the library. It is very cool.
I have a question. Is there a way to loop on each element of the ADT and define an empty element?
I started with:
But then I need to pattern match on a string/key, not on an element of the ADT. Any help appreciated.
The text was updated successfully, but these errors were encountered: