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
I wrote an erroneous SecondParameter instance for a literal that would
always fail at runtime. Along with fixing that, I swapped out an unsafe
orphan instance derived for `Value` (since it apparently only saved on
writing a couple more lines).
I tried putting the safety check in the generic derivation, but I
couldn't get it to work. Copying from generic-lens works, but it has to
do too much work, and bumps Language.Fortran.AST compilation time x4 and
memory usage to x3 - way too much. So instead, I've noted their
behaviour in the respective module.
0 commit comments