doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Fri, 27 Aug 2010 17:11:29 +0200
changeset 38806 0aafc7e81056
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
more appropriate name for configuration option "meson_max_clauses" (cf. output of 'pront_configs');

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