Companion Generation #18
Labels
No Label
category
bug
category
doc
category
feature
category
optimization
category
organization
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#18
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?
This is something the 0.2.4 proof system did not support. Suppose we create a hole of this type:
The two holes here would have entangled types, and most importantly the value of one affects the value of the other.
This makes it impossible to fill the two holes independently. Another example would be (credit to Kolomatskaia, A.):
This can be proven by
The holes have the types
This is critical for theorem proving and problem generation and is not something the current system can workaround with. I don't think even LeanDojo can solve it.
Pushing back the 0.3 milestone by 20 days due to this problem and library definition readings.
Solved #20