doc-src/IsarImplementation/Thy/Syntax.thy
author blanchet
Mon, 23 Nov 2009 17:59:22 +0100
changeset 33876 62bcf6a52493
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
fixed soundness bug in Nitpick's handling of typedefs

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end