Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 7, 2024
1 parent 9fc834c commit 722b685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImportGraph/Imports.lean
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def Lean.Environment.minimalRequiredModules (env : Environment) : Array Name :=
let redundant := findRedundantImports env required
required.filter fun n => ¬ redundant.contains n

/-- Lexikographic order of Names for sorting imports -/
/-- Lexicographic order of Names for sorting imports -/
def sortImportsLt : Name → Name → Bool
| a, b => a.toString < b.toString

Expand Down

0 comments on commit 722b685

Please sign in to comment.