doc-src/IsarImplementation/Thy/Syntax.thy
author bulwahn
Mon, 11 May 2009 09:18:42 +0200
changeset 31106 9a1178204dc0
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
Added pred_code command

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end