Skip to content

Commit 0cb1c10

Browse files
committed
renaming
1 parent 63975f7 commit 0cb1c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CaseStudies/Velvet/VelvetExamples/Demo/IsNonPrime.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ method IsNonPrime (n: Nat)
6969
-- Program verification
7070
------------------------------------------------
7171

72-
theorem goal
72+
theorem remaining_goal
7373
(n : ℕ)
7474
(i : ℕ)
7575
(ret : Bool)
@@ -138,4 +138,4 @@ theorem goal
138138

139139
prove_correct IsNonPrime by
140140
loom_solve; try simp_all
141-
apply (goal n i ret i_1 ret_1 if_neg invariant_1 invariant_2 invariant_3 done_1 i_2)
141+
apply (remaining_goal n i ret i_1 ret_1 if_neg invariant_1 invariant_2 invariant_3 done_1 i_2)

0 commit comments

Comments
 (0)