doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
slightly less ambitious settings, to avoid potential out-of-memory problem;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end