doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Fri, 29 Jan 2010 23:59:03 +0100
changeset 34924 520727474bbe
parent 30272 2d612824e642
child 39852 9c977f899ebf
permissions -rw-r--r--
theory data example;

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