doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Tue, 04 Aug 2009 15:59:57 +0200
changeset 32323 8185d3bfcbf1
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
tuned "Bootstrapping the environment"; added "Additional components";

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end