src/HOL/Import/HOL4Syntax.thy
author wenzelm
Wed, 28 Apr 2010 10:51:34 +0200
changeset 36448 edb757388592
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred); tuned;

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