doc-src/IsarImplementation/Thy/Syntax.thy
author blanchet
Wed, 17 Feb 2010 20:46:50 +0100
changeset 35190 ce653cc27a94
parent 34924 520727474bbe
child 39852 9c977f899ebf
permissions -rw-r--r--
make sure that Nitpick uses binary notation consistently if "binary_ints" is enabled

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