Source code for srdatalog.ir.dialects.relation.d2l.print

'''Print_i for the relation.d2l dialect — D2lSegmentLoop only.'''

from __future__ import annotations

from srdatalog.ir.dialects.relation.d2l.ops import D2lSegmentLoop
from srdatalog.ir.print_iir import _bool, _ind, print_iir

OPS: tuple[type, ...] = (D2lSegmentLoop,)






__all__ = ['OPS', 'print_op']