Skip to content

Modify isZero function pattern matching to use underscore to avoid unused variable warning#276

Open
conor10 wants to merge 1 commit into
leanprover:masterfrom
conor10:patch-1
Open

Modify isZero function pattern matching to use underscore to avoid unused variable warning#276
conor10 wants to merge 1 commit into
leanprover:masterfrom
conor10:patch-1

Conversation

@conor10

@conor10 conor10 commented Jun 9, 2026

Copy link
Copy Markdown
  • Updated pattern matching in isZero function to use a placeholder for Nat.succ instead of unused variable k.
  • Update the description of the function accordingly

Updated pattern matching in isZero function to use a placeholder for Nat.succ instead of unused variable k.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant