src/HOL/Import/HOL4Syntax.thy
author wenzelm
Tue, 10 Jul 2007 23:29:43 +0200
changeset 23719 ccd9cb15c062
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
more markup for inner and outer syntax; added enclose;

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