doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Mon, 09 Mar 2009 11:56:34 +0100
changeset 30381 a59d792d0ccf
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
refined antiquotation interface: formally pass result context and (potential) result source; removed redundant raw_antiquotation;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end