doc-src/Tutorial/Datatype/tidproof.ML
author paulson
Wed, 11 Sep 2002 16:55:37 +0200
changeset 13566 52a419210d5c
parent 7848 6ddcc24038e1
permissions -rw-r--r--
Streamlined proofs of instances of Separation

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);