doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Fri, 24 Jul 2009 22:59:08 +0200
changeset 32181 7e460c2d4223
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
more antiquotations instead of adhoc ML stuff;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end