doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Tue, 21 Jul 2009 11:09:50 +0200
changeset 32117 0762b9ad83df
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
Set.thy: prefer = over == where possible; tuned ML setup; dropped (moved) ML legacy

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end