doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Thu, 28 Jan 2010 11:48:49 +0100
changeset 34974 18b41bba42b5
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
new theory Algebras.thy for generic algebraic structures

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end