doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Wed, 30 Sep 2009 22:26:25 +0200
changeset 32787 4271aab3aa4a
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
actually export unit parser;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end