feat: show the type of exists and fun arguments
parent
e966ab8523
commit
e5118b8f20
|
@ -29,7 +29,10 @@ def load (task : Process.AnalyzeTask) : IO (Process.AnalyzerResult × Hierarchy)
|
||||||
let config := {
|
let config := {
|
||||||
-- TODO: parameterize maxHeartbeats
|
-- TODO: parameterize maxHeartbeats
|
||||||
maxHeartbeats := 100000000,
|
maxHeartbeats := 100000000,
|
||||||
options := ⟨[(`pp.tagAppFns, true)]⟩,
|
options := ⟨[
|
||||||
|
(`pp.tagAppFns, true),
|
||||||
|
(`pp.funBinderTypes, true)
|
||||||
|
]⟩,
|
||||||
-- TODO: Figure out whether this could cause some bugs
|
-- TODO: Figure out whether this could cause some bugs
|
||||||
fileName := default,
|
fileName := default,
|
||||||
fileMap := default,
|
fileMap := default,
|
||||||
|
|
Loading…
Reference in New Issue