feat: Print parent expression assignment #45

Merged
aniva merged 6 commits from goal/relation into dev 2024-02-15 14:55:05 -08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6d22841a27 - Show all commits

View File

@ -241,7 +241,7 @@ structure GoalPrint where
structure GoalPrintResult where
-- The root expression
root?: Option Expression := .none
-- How is this goal filled in relation to its children?
-- The filling expression of the parent goal
parent?: Option Expression := .none
deriving Lean.ToJson