cast_ok no longer disabled (thanks to improvement of code generator).
authorberghofe
Thu, 20 Dec 2001 14:59:09 +0100
changeset 12558f2a87c62b4ae
parent 12557 bb2e4689347e
child 12559 7fb12775ce98
cast_ok no longer disabled (thanks to improvement of code generator).
src/HOL/MicroJava/J/JListExample.thy
     1.1 --- a/src/HOL/MicroJava/J/JListExample.thy	Thu Dec 20 14:58:18 2001 +0100
     1.2 +++ b/src/HOL/MicroJava/J/JListExample.thy	Thu Dec 20 14:59:09 2001 +0100
     1.3 @@ -66,7 +66,6 @@
     1.4  
     1.5  consts_code
     1.6    "new_Addr" ("new'_addr {* %x. case x of None => True | Some y => False *}/ {* None *}")
     1.7 -  "cast_ok" ("true????")
     1.8  
     1.9    "wf" ("true?")
    1.10