feat: Extract used constants from invocation #119

Merged
aniva merged 2 commits from frontend/data into dev 2024-11-10 21:29:35 -08:00
Owner
  • feat: Extract used constants from tactic invocation

e.g.

example :  (p q: Prop), p  p  q := by
  intro p q h
  exact Or.inl h

The second step uses the constant Or.inl h.

- feat: Extract used constants from tactic invocation e.g. ```lean example : ∀ (p q: Prop), p → p ∨ q := by intro p q h exact Or.inl h ``` The second step uses the constant `Or.inl h`.
aniva added this to the v0.2.20 milestone 2024-11-05 14:40:11 -08:00
aniva self-assigned this 2024-11-05 14:40:11 -08:00
aniva deleted branch frontend/data 2024-11-10 21:29:35 -08:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aniva/Pantograph#119
No description provided.