chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 40d61fecc5 - 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