src/FOL/simpdata.ML
changeset 11344 57b7ad51971c
parent 11232 558a4feebb04
child 11748 06eb315831ff
equal deleted inserted replaced
11343:d5f1b482bfbf 11344:57b7ad51971c
   357 (*** integration of simplifier with classical reasoner ***)
   357 (*** integration of simplifier with classical reasoner ***)
   358 
   358 
   359 structure Clasimp = ClasimpFun
   359 structure Clasimp = ClasimpFun
   360  (structure Simplifier = Simplifier and Splitter = Splitter
   360  (structure Simplifier = Simplifier and Splitter = Splitter
   361   and Classical  = Cla and Blast = Blast
   361   and Classical  = Cla and Blast = Blast
   362   val dest_Trueprop = FOLogic.dest_Trueprop
   362   val iffD1 = iffD1 val iffD2 = iffD2 val notE = notE
   363   val iff_const = FOLogic.iff val not_const = FOLogic.not
       
   364   val notE = notE val iffD1 = iffD1 val iffD2 = iffD2
       
   365   val cla_make_elim = cla_make_elim);
   363   val cla_make_elim = cla_make_elim);
   366 open Clasimp;
   364 open Clasimp;
   367 
   365 
   368 val FOL_css = (FOL_cs, FOL_ss);
   366 val FOL_css = (FOL_cs, FOL_ss);
   369 
   367