doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Mon, 18 Oct 2010 21:37:26 +0100
changeset 39867 a8363532cd4d
parent 39865 a724b90f951e
child 39876 1ff9bce085bd
permissions -rw-r--r--
somewhat modernized version of "Thread-safe programming";

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