feat(frontend): frontend.track Check if one file tracks another #268

Merged
aniva merged 5 commits from frontend/track into dev 2025-08-06 09:41:48 -07:00
Owner

This checks if one file conforms to the specifications in another file. For example, if one file is

def f : Nat -> Nat := sorry

The other file could be

def a : Nat := 123
def f : Nat -> Nat := fun x => a + x
This checks if one file conforms to the specifications in another file. For example, if one file is ```lean4 def f : Nat -> Nat := sorry ``` The other file could be ```lean4 def a : Nat := 123 def f : Nat -> Nat := fun x => a + x ```
aniva added this to the v0.3.6 milestone 2025-08-05 22:11:53 -07:00
aniva self-assigned this 2025-08-05 22:11:53 -07:00
aniva deleted branch frontend/track 2025-08-06 09:41:48 -07: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.

Dependencies

No dependencies set.

Reference: aniva/Pantograph#268
No description provided.