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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30124
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     1
theory Syntax
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     2
imports Base
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     3
begin
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     4
34924
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
     5
chapter {* Concrete syntax and type-checking *}
30124
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     6
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
     7
text FIXME
30272
2d612824e642 regenerated document;
wenzelm
parents: 30270
diff changeset
     8
34924
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
     9
section {* Parsing and printing *}
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
    10
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
    11
text FIXME
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
    12
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
    13
section {* Checking and unchecking \label{sec:term-check} *}
520727474bbe theory data example;
wenzelm
parents: 30272
diff changeset
    14
30124
b956bf0dc87c basic setup for chapter "Syntax and type-checking";
wenzelm
parents:
diff changeset
    15
end