doc-src/IsarImplementation/Thy/Syntax.thy
author haftmann
Thu, 11 Mar 2010 14:38:13 +0100
changeset 35722 69419a09a7ff
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
moved cardinality to Finite_Set as far as appropriate; added locales for fold_image

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