doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Fri, 15 Oct 2010 20:22:56 +0100
changeset 39852 9c977f899ebf
parent 34924 520727474bbe
child 39865 a724b90f951e
permissions -rw-r--r--
tuned chapter arrangement;

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} *}

text FIXME

end