src/HOL/MicroJava/J/Type.ML
author nipkow
Mon, 13 Mar 2000 12:51:10 +0100
changeset 8423 3c19160b6432
parent 8011 d14c4e9e9c8e
child 8442 96023903c2df
permissions -rw-r--r--
exhaust_tac -> cases_tac

(*  Title:      HOL/MicroJava/J/Type.ML
    ID:         $Id$
    Author:     David von Oheimb
    Copyright   1999 Technische Universitaet Muenchen
*)

Goal "(\\<forall>pt. T \\<noteq> PrimT pt) = (\\<exists>t. T = RefT t)";
by(cases_tac "T" 1);
by Auto_tac;
qed "non_PrimT";