Mercurial > cpdt > repo
comparison src/MoreSpecif.v @ 353:3322367e955d
Move GeneralRec one chapter slot later, since Subset should be a prereq
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 17:14:28 -0400 |
parents | ad315efc3b6b |
children | ed829eaa91b2 |
comparison
equal
deleted
inserted
replaced
352:ab60b10890ed | 353:3322367e955d |
---|---|
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 7 *) | 10 (* Types and notations presented in Chapter 6 *) |
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. |