Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Jan 9, 2025
1 parent 947da7e commit b744421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ProofIntro.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,10 +902,10 @@ switch on, as in `switch x` below.

arbitrary x:Nat
switch x {
case zero {
case 0 assume xz: x = 0 {
?
}
case suc(x') {
case suc(x') assume xs: x = suc(x') {
?
}
}
Expand Down

0 comments on commit b744421

Please sign in to comment.