doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Thu, 10 Sep 2009 14:07:58 +0200
changeset 32553 bf781ef40c81
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
cleanedup theorems all_nat ex_nat

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end