doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Sun, 08 Mar 2009 21:35:39 +0100
changeset 30369 937eaec692cb
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
use simplified ThyOutput.antiquotation; eliminated obscure structure alias;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end