If c is a conversion, then CONV_TAC c is a tactic that applies c to the
goal.  That is, if c maps a term "g" to the theorem |- g = g', then the
tactic CONV_TAC c reduces a goal g to the subgoal g'.  More precisely, if
c "g" returns A' |- g = g', then:
         A ?- g
     ===============  CONV_TAC c
         A ?- g'