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
If I remove the readtable setting, the issue also goes away. Quizzically, putting a break in the monomorphizer tells me f is being monomorphized twice, once in ordiinary processing, and a second time when a code deletion note is being issued. Very weird but also not surprising given we hijack #\(.
Disable specialization, and compile a file containing:
In the processing of
g
, you will get a warning akin to:This does not happen if:
coalton-toplevel
.(monomorphize)
is removed.(inline)
is removed.The issue seems to be that
g
contains a function named|<#X|
, butf
had defined|<#Y|
for someY
.The text was updated successfully, but these errors were encountered: