src/FOL/blastdata.ML
author paulson
Thu, 03 Jul 2003 10:37:25 +0200
changeset 14087 cb07c3948668
parent 11748 06eb315831ff
child 16774 515b6020cf5d
permissions -rw-r--r--
Conversion of UNITY/Comp/Priority.thy to a linear Isar script


(*** Applying BlastFun to create Blast_tac ***)
structure Blast_Data = 
  struct
  type claset	= Cla.claset
  val notE	= notE
  val ccontr	= ccontr
  val contr_tac = Cla.contr_tac
  val dup_intr	= Cla.dup_intr
  val hyp_subst_tac = Hypsubst.blast_hyp_subst_tac
  val claset	= Cla.claset
  val rep_cs    = Cla.rep_cs
  val cla_modifiers = Cla.cla_modifiers;
  val cla_meth' = Cla.cla_meth'
  end;

structure Blast = BlastFun(Blast_Data);

val Blast_tac = Blast.Blast_tac
and blast_tac = Blast.blast_tac;