Primitive E module for an OR gate.
We use this to implement vl2014::*vl-1-bit-or*.
Definition: *esim-or*
(defconst *esim-or* '(:n *esim-or* :x (:out ((|out| or |a| |b|))) :i ((|a|) (|b|)) :o ((|out|))))