doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Mon, 18 Oct 2010 16:23:55 +0100
changeset 39865 a724b90f951e
parent 39852 9c977f899ebf
child 39876 1ff9bce085bd
permissions -rw-r--r--
more on "Configuration options";

theory Syntax
imports Base
begin

chapter {* Concrete syntax and type-checking *}

text FIXME


section {* Parsing and printing \label{sec:parse-print} *}

text FIXME


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

text FIXME

end