doc-src/Tutorial/Datatype/tidproof.ML
author paulson
Thu, 17 May 2001 11:31:21 +0200
changeset 11304 0db2a02bff99
parent 7848 6ddcc24038e1
permissions -rw-r--r--
auto update

Goal "subst  Var t  = (t ::('a,'b)term)  & \
\     substs Var ts = (ts::('a,'b)term list)";
by(induct_tac "t ts" 1);
by(Auto_tac);