doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Mon, 15 Jun 2009 21:17:34 +0200
changeset 31646 ef30cd0e41e5
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
override toplevel "use" functions last;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end