author | wenzelm |
Fri, 15 Oct 2010 20:22:56 +0100 | |
changeset 39852 | 9c977f899ebf |
parent 34924 | 520727474bbe |
child 39865 | a724b90f951e |
permissions | -rw-r--r-- |
30124 | 1 |
theory Syntax |
2 |
imports Base |
|
3 |
begin |
|
4 |
||
34924 | 5 |
chapter {* Concrete syntax and type-checking *} |
30124 | 6 |
|
7 |
text FIXME |
|
30272 | 8 |
|
39852 | 9 |
|
34924 | 10 |
section {* Parsing and printing *} |
11 |
||
12 |
text FIXME |
|
13 |
||
39852 | 14 |
|
34924 | 15 |
section {* Checking and unchecking \label{sec:term-check} *} |
16 |
||
39852 | 17 |
text FIXME |
18 |
||
30124 | 19 |
end |