src/HOL/Import/HOL4Syntax.thy
author bulwahn
Mon, 23 Aug 2010 16:47:57 +0200
changeset 38665 e92223c886f8
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
introducing simplification equations for inductive sets; added data structure for storing equations; rewriting retrieval of simplification equation for inductive predicates and sets

(*  Title:      HOL/Import/HOL4Syntax.thy
    ID:         $Id$
    Author:     Sebastian Skalberg (TU Muenchen)
*)

theory HOL4Syntax imports HOL4Setup
  uses "import_syntax.ML" begin

ML {* HOL4ImportSyntax.setup() *}

end