Skip to content

Commit

Permalink
feat: add Rewrite.Config.newGoals field
Browse files Browse the repository at this point in the history
It is not used yet. We need a update-stage0.
  • Loading branch information
leodemoura committed Jun 19, 2024
1 parent d3a7569 commit dac1dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Init/Meta.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1311,10 +1311,13 @@ structure ApplyConfig where

namespace Rewrite

abbrev NewGoals := ApplyNewGoals

structure Config where
transparency : TransparencyMode := .reducible
offsetCnstrs : Bool := true
occs : Occurrences := .all
newGoals : NewGoals := .nonDependentFirst

end Rewrite

Expand Down

0 comments on commit dac1dac

Please sign in to comment.