To compile:
alectryon misc.rst # reST → HTML; produces ‘misc.html’
Exercise: Commutativity of addition
Goal forall x y: nat, x + y = y + x.forall x y : nat, x + y = y + x
forall x y : nat, x + y = y + x