Skip to content

Commit c38eed3

Browse files
committed
Minor tweak to lec1
1 parent 7bd1a3a commit c38eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lec1_logic.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ lemma AbsNegLarger(x: int)
124124
// }}}
125125

126126

127-
// {{{
128127
/*** Quantifiers ***/
128+
// {{{
129129

130130
/* Dafny has a `forall` logical expression that can be used in assertions, with
131131
* the expected meaning. It can prove such assertions automatically in many

0 commit comments

Comments
 (0)