When applied to a term list [u1;...;un] and a theorem
A |- !x1::P1. ... !xn::Pn. t, the inference rule RESQ_SPECL returns
the theorem
   A,P1 u1,...,Pn un |- t[u1/x1]...[un/xn]
           A |- !x1::P1. ... !xn::Pn. t
   --------------------------------------------  RESQ_SPECL "[u1;...;un]"
     A,P1 u1, ..., Pn un |- t[u1/x1]...[un/xn]