Skip to content

Commit

Permalink
update this
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca committed Nov 7, 2024
1 parent 822fc42 commit 7836faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unseen.lean
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def allFiles (env : Environment) : List Name :=
(toString · < toString ·)

def allDecls (env : Environment) : Elab.Command.CommandElabM NameSet :=
(fun l => RBTree.ofList (l.map (fun a => a.toList)).join) <$>
(fun l => RBTree.ofList (l.map (fun a => a.toList)).flatten) <$>
(mapM allDeclsIn (allFiles env))

/-- `#index` computes an index of the declations in the project and saves it to `index.csv`. -/
Expand Down

0 comments on commit 7836faf

Please sign in to comment.