Built with Alectryon, running vsrocq-language-server. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
(* Tracking goal names: *)

(* To build:
      alectryon --frontend coq goal_names.v # Coq → HTML; produces ‘goal_names.v.html’ *)


forall b : bool, b = b

true
true = true

false
false = false
all: reflexivity. Qed.