cast_ok and match_exception_entry no longer disabled (thanks to
authorberghofe
Thu, 20 Dec 2001 15:00:02 +0100
changeset 125597fb12775ce98
parent 12558 f2a87c62b4ae
child 12560 5820841f21fd
cast_ok and match_exception_entry no longer disabled (thanks to
improvement of code generator).
src/HOL/MicroJava/JVM/JVMListExample.thy
     1.1 --- a/src/HOL/MicroJava/JVM/JVMListExample.thy	Thu Dec 20 14:59:09 2001 +0100
     1.2 +++ b/src/HOL/MicroJava/JVM/JVMListExample.thy	Thu Dec 20 15:00:02 2001 +0100
     1.3 @@ -87,8 +87,6 @@
     1.4  
     1.5  consts_code
     1.6    "new_Addr" ("new'_addr {* %x. case x of None => True | Some y => False *}/ {* None *}/ {* Loc *}")
     1.7 -  "cast_ok" ("true????")
     1.8 -  "match_exception_entry" ("true????")
     1.9  
    1.10    "wf" ("true?")
    1.11