doc-src/IsarImplementation/Thy/Syntax.thy
author bulwahn
Thu, 09 Sep 2010 17:23:03 +0200
changeset 39253 0c47d615a69b
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
removing report from the arguments of the quickcheck functions and refering to it by picking it from the context

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