Widgets IR #
IR graph viewer widget (for debugging / teaching).
This module defines #ir_view g, which renders an NN.IR.Graph as an interactive HTML panel with:
- a well-formedness check result,
- a per-node expandable view,
- and a DOT snippet you can paste into GraphViz if needed.
Like other widgets, this is an inspection surface for examples and pass debugging. Proof scripts should cite the underlying graph definitions and theorems directly.
Main definitions #
irHtml: render checks, node details, and DOT text for oneNN.IR.Graph.#ir_view: command frontend for interactive infoview inspection.
Render an IR graph as a rich HTML panel.