doc-src/IsarImplementation/Thy/Syntax.thy
author bulwahn
Wed, 22 Apr 2009 11:10:23 +0200
changeset 31105 95f66b234086
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
added general preprocessing of equality in predicates for code generation

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end