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
prints <class 'collections.defaultdict'> rather than PMap as I would expect. In other words freeze does not do anything to a collections.defaultdict when I would expect it to make it a persistent map instead.
The text was updated successfully, but these errors were encountered:
The following code
prints
<class 'collections.defaultdict'>
rather thanPMap
as I would expect. In other wordsfreeze
does not do anything to acollections.defaultdict
when I would expect it to make it a persistent map instead.The text was updated successfully, but these errors were encountered: