src/HOL/Import/HOL4Syntax.thy
author bulwahn
Thu, 07 Jul 2011 23:33:14 +0200
changeset 43704 47b0be18ccbe
parent 41589 bbd861837ebc
child 46783 3e89a5cab8d7
permissions -rw-r--r--
floor and ceiling definitions are not code equations -- this enables trivial evaluation of floor and ceiling

(*  Title:      HOL/Import/HOL4Syntax.thy
    Author:     Sebastian Skalberg, TU Muenchen
*)

theory HOL4Syntax
imports HOL4Setup
uses "import_syntax.ML"
begin

ML {* HOL4ImportSyntax.setup() *}

end