Skip to content

Commit

Permalink
ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 19, 2024
1 parent f8d273b commit ce8373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/count_decls.lean
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def updateTally (s : Tally) (n : Name) (c : ConstantInfo) :
else
return {s with data := s.data.insert n}

/-- extends a `Tally` all the ConstantInfos in the environment. -/
/-- extends a `Tally` all the `ConstantInfos` in the environment. -/
def mkTally (s : Tally) : MetaM Tally := do
let env ← getEnv
-- let maths ← MathlibModIdxs env
Expand Down

0 comments on commit ce8373f

Please sign in to comment.