-
Notifications
You must be signed in to change notification settings - Fork 1
/
Review2.v
69 lines (23 loc) · 1.12 KB
/
Review2.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
(** * Review2: Review Session for Second Midterm *)
Require Export Hoare2.
(* ###################################################################### *)
(** * General Notes *)
(** *** Hints *)
(**
- On each version of the exam, there will be at least one problem
taken more or less verbatim from a homework assignment.
- Both versions will include one or more decorated programs.
- On the advanced version, there will be an informal proof.
- This set of review questions is biased toward ones that can be
discussed in class / using clickers, so it doesn't fully
represent the range of questions that might show up on the exam.
Make sure to have a look at some prior exams to get a sense of
some other sorts of questions you might see.
*)
(* ###################################################################### *)
(** * Definitions *)
(* ###################################################################### *)
(** * IMP Program Equivalence *)
(** * Hoare triples *)
(** * Decorated programs *)
(* $Date: 2013-11-20 13:03:49 -0500 (Wed, 20 Nov 2013) $ *)