doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Tue, 14 Jul 2009 16:27:32 +0200
changeset 32069 6d28bbd33e2c
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
prefer code_inline over code_unfold; use code_unfold_post where appropriate

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end