doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Wed, 24 Jun 2009 21:46:54 +0200
changeset 31795 be3e1cc5005c
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
standard naming conventions for session and theories;

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end