doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Tue, 24 Mar 2009 18:21:58 +0100
changeset 30709 d9ca766bf24c
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
report ML typing;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end