We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a261ebc commit cc40dd6Copy full SHA for cc40dd6
1 file changed
kmir/src/kmir/utils.py
@@ -300,6 +300,7 @@ def _annotate_nobody_function(k_cell: KInner, smir_info: SMIRInfo) -> list[str]:
300
}
301
302
annotations: list[str] = []
303
+ span: int | None = None
304
305
match k_cell:
306
case KSequence(items=(KApply(label=KLabel(name=label_name), args=args), *_)) | KApply(
0 commit comments