doc-src/IsarImplementation/Thy/Syntax.thy
author bulwahn
Sat, 24 Oct 2009 16:55:43 +0200
changeset 33145 1a22f7ca1dfc
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
removed dead code; added examples

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end