doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Wed, 12 May 2010 13:54:49 +0200
changeset 36859 51af1657263b
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
removed obsolete CVS Ids;

theory Syntax
imports Base
begin

chapter {* Concrete syntax and type-checking *}

text FIXME

section {* Parsing and printing *}

text FIXME

section {* Checking and unchecking \label{sec:term-check} *}

end