Skip to content

Commit

Permalink
fix spacing right-unfold-Nth
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena committed May 6, 2020
1 parent 343611a commit 1c8bc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/strategies/unfolding.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ or `N` is out of range, `right-unfold(M,N) => fail`.
| "right-unfold-Nth-oneBody" "(" Int "," Int "," Pattern "," Pattern ")"
rule <strategy> right-unfold-Nth (M,N) => fail ... </strategy>
requires (M <Int 0) orBool (N <Int 0)
requires (M <Int 0) orBool (N <Int 0)
rule <strategy> right-unfold-Nth (M,N)
=> right-unfold-Nth-eachRRP(M, N, getUnfoldables(RHS))
Expand Down

0 comments on commit 1c8bc06

Please sign in to comment.