src/HOL/Import/HOL4Syntax.thy
author aspinall
Thu, 15 Sep 2005 16:15:22 +0200
changeset 17407 38e0219ec022
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
Revert previous attribute name change, problem can be avoided in JAXB.

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