src/HOL/MicroJava/J/Decl.ML
author paulson
Fri, 05 Jan 2001 10:17:19 +0100
changeset 10783 2781ac7a4619
parent 10613 78b1d6c3ee9c
child 10925 5ffe7ed8899a
permissions -rw-r--r--
fixed two proofs that were affected by the removal of obsolete rules

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

Goal "finite {C. is_class G C}";
by (fold_goals_tac [dom_def]);
by (rtac finite_dom_map_of 1);
qed "finite_is_class";