src/HOL/Import/HOL4Syntax.thy
author wenzelm
Tue, 16 May 2006 13:01:23 +0200
changeset 19641 f1de44e61ec1
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);

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