src/HOL/Import/HOL4Syntax.thy
author huffman
Tue, 23 Dec 2008 15:02:30 -0800
changeset 29164 0d49c5b55046
parent 16417 9bc16273c2d4
child 41589 bbd861837ebc
permissions -rw-r--r--
move sin and cos to their own subsection

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