src/HOL/Import/HOL4Syntax.thy
author wenzelm
Thu, 23 Jul 2009 18:44:09 +0200
changeset 32149 ef59550a55d3
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;

(*  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