Missing proofs in code #6
Labels
No Label
category
bug
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Intuitively this terminates (in
Serial.lean
)but Lean cannot show it automatically
The termination of `Lean.Level` serialization is not ensuredto Missing proofs in codeNow we have a newcomer: Most functions in
SemihashMap.lean
don't have proofs either. They should be relatively easy to prove.serialize_sort_level_ast
is marked withpartial
for now andSemihashMap.lean
is removed sinceHashMap
was added to Lean's library.