Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 14, 2024
1 parent bf22721 commit 74a282a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ unsafe def main (args : List String) : IO UInt32 := do
let sp ← searchPathRef.get
for path in (← SearchPath.findAllWithExt sp "olean") do
if let some m := (← searchModuleNameOfFileName path sp) then
IO.println s!"considering {m}"
if target.isPrefixOf m then
IO.println s!"adding {m}"
targetModules := targetModules.push m
found := true
if not found then
Expand Down

0 comments on commit 74a282a

Please sign in to comment.