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
> :t { @"test" 1}
carp: Too many variables with the same name in set: [(ProperDel String.delete "_0"),(RefDel "_0")]
CallStack (from HasCallStack):
error, called at src/Memory.hs:513:24 in CarpHask-0.5.5.0-26qeejnxq0n51adeaHleRy:Memory
Process inf-carp exited abnormally with code 1
Seems to only happen with copys. I haven't looked to deep but :t { 1 @&1} also seems to cause a similar error
> :t { 1 @&1}
carp: Too many variables with the same name in set: [(ProperDel Pair.delete__int_int "_0"),(PrimDel "_0")]
CallStack (from HasCallStack):
error, called at src/Memory.hs:513:24 in CarpHask-0.5.5.0-26qeejnxq0n51adeaHleRy:Memory
The text was updated successfully, but these errors were encountered:
Gavinok
changed the title
Repl crashes on type of mapp
Repl crashes on type of Map
Feb 4, 2023
Steps to reproduce
Seems to only happen with copys. I haven't looked to deep but
:t { 1 @&1}
also seems to cause a similar errorThe text was updated successfully, but these errors were encountered: