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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9348
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     1
(*  Title:      HOL/MicroJava/J/Decl.ML
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     2
    ID:         $Id$
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     3
    Author:     David von Oheimb
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     4
    Copyright   1999 Technische Universitaet Muenchen
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     5
*)
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
     6
10613
78b1d6c3ee9c improved superclass entry for classes and definition status of is_class, class
oheimb
parents: 10042
diff changeset
     7
Goal "finite {C. is_class G C}";
78b1d6c3ee9c improved superclass entry for classes and definition status of is_class, class
oheimb
parents: 10042
diff changeset
     8
by (fold_goals_tac [dom_def]);
78b1d6c3ee9c improved superclass entry for classes and definition status of is_class, class
oheimb
parents: 10042
diff changeset
     9
by (rtac finite_dom_map_of 1);
78b1d6c3ee9c improved superclass entry for classes and definition status of is_class, class
oheimb
parents: 10042
diff changeset
    10
qed "finite_is_class";
9348
f495dba0cb07 corrections (cast relation, Prog.ML -> Decl.ML)
oheimb
parents:
diff changeset
    11