src/HOL/Tools/meson.ML
changeset 27239 f2f42f9fa09d
parent 27230 c0103bc7f7eb
child 27865 27a8ad9612a3
     1.1 --- a/src/HOL/Tools/meson.ML	Mon Jun 16 17:56:08 2008 +0200
     1.2 +++ b/src/HOL/Tools/meson.ML	Mon Jun 16 22:13:39 2008 +0200
     1.3 @@ -646,7 +646,7 @@
     1.4  (*Rules to convert the head literal into a negated assumption. If the head
     1.5    literal is already negated, then using notEfalse instead of notEfalse'
     1.6    prevents a double negation.*)
     1.7 -val notEfalse = RuleInsts.read_instantiate @{context} [(("R", 0), "False")] notE;
     1.8 +val notEfalse = read_instantiate @{context} [(("R", 0), "False")] notE;
     1.9  val notEfalse' = rotate_prems 1 notEfalse;
    1.10  
    1.11  fun negated_asm_of_head th =