doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Thu, 29 Oct 2009 16:15:33 +0100
changeset 33314 53d49370f7af
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
modernized functor/structures Interpretation;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end