Skip to content

Commit

Permalink
Make chunks_length a simp
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Dec 18, 2024
1 parent b9dead1 commit 00b7c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list/src/rich_listScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,7 @@ Proof
\\ simp[]
QED

Theorem chunks_length:
Theorem chunks_length[simp]:
chunks (LENGTH ls) ls = [ls]
Proof
rw[Once chunks_def]
Expand Down

0 comments on commit 00b7c1d

Please sign in to comment.