src/HOL/Import/HOL4Syntax.thy
author wenzelm
Mon, 29 Sep 2008 11:46:47 +0200
changeset 28397 389c5e494605
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
handle _ should be avoided (spurious Interrupt will spoil the game);

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