doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Wed, 07 Oct 2009 14:01:26 +0200
changeset 32887 85e7ab9020ba
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
added bot_boolE, top_boolI

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end