When given a list of theorem-tacticals and a theorem, EVERY_TCL simply
composes their effects on the theorem. The effect is:
   EVERY_TCL [ttl1;...;ttln] = ttl1 THEN_TCL ... THEN_TCL ttln
   ttl1 ttac th1 = ttac th2  ...  ttln ttac thn = ttac thn'
   EVERY_TCL [ttl1;...;ttln] ttac th1 = ttac thn'