Skip to content

Commit

Permalink
feat: show the type of exists and fun arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 24, 2023
1 parent e966ab8 commit afb7ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DocGen4/Load.lean
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def load (task : Process.AnalyzeTask) : IO (Process.AnalyzerResult × Hierarchy)
let config := {
-- TODO: parameterize maxHeartbeats
maxHeartbeats := 100000000,
options := ⟨[(`pp.tagAppFns, true)]⟩,
options := ⟨[
(`pp.tagAppFns, true),
(`pp.funBinderTypes, true)
]⟩,
-- TODO: Figure out whether this could cause some bugs
fileName := default,
fileMap := default,
Expand Down

0 comments on commit afb7ff4

Please sign in to comment.