Mercurial > cpdt > repo
comparison src/MoreSpecif.v @ 350:ad315efc3b6b
Stub out new chapter
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 11:19:52 -0400 |
parents | 1f57a8d0ed3d |
children | 3322367e955d |
comparison
equal
deleted
inserted
replaced
349:de7db21a016c | 350:ad315efc3b6b |
---|---|
5 * Unported License. | 5 * Unported License. |
6 * The license text is available at: | 6 * The license text is available at: |
7 * http://creativecommons.org/licenses/by-nc-nd/3.0/ | 7 * http://creativecommons.org/licenses/by-nc-nd/3.0/ |
8 *) | 8 *) |
9 | 9 |
10 (* Types and notations presented in Chapter 6 *) | 10 (* Types and notations presented in Chapter 7 *) |
11 | 11 |
12 Set Implicit Arguments. | 12 Set Implicit Arguments. |
13 | 13 |
14 | 14 |
15 Notation "!" := (False_rec _ _) : specif_scope. | 15 Notation "!" := (False_rec _ _) : specif_scope. |