feat: show the type of exists and fun arguments

main
Henrik Böving 2023-11-24 13:13:19 +01:00
parent e966ab8523
commit e5118b8f20
1 changed files with 4 additions and 1 deletions

View File

@ -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,