doc-src/IsarImplementation/Thy/Syntax.thy
author huffman
Tue, 02 Mar 2010 17:21:10 -0800
changeset 35525 fa231b86cb1e
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
proper names for types cfun, sprod, ssum

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