src/HOL/MicroJava/J/Type.ML
author nipkow
Thu, 11 Nov 1999 12:23:45 +0100
changeset 8011 d14c4e9e9c8e
child 8423 3c19160b6432
permissions -rw-r--r--
*** empty log message ***

(*  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(exhaust_tac "T" 1);
by Auto_tac;
qed "non_PrimT";