mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Fix up some type applications.
This commit is contained in:
parent
119cdad2d2
commit
bfe5406fad
@ -105,7 +105,7 @@ runCallGraph lang includePackages modules package = do
|
||||
analyzeModule = (if includePackages then graphingPackages else id) . convergingModules . graphingModules
|
||||
extractGraph (graph, _) = simplify graph
|
||||
runGraphAnalysis
|
||||
= graphing @_ @_ @(Maybe Name) @Monovariant
|
||||
= graphing @_ @_ @_ @(Hole (Maybe Name) (Located Monovariant))
|
||||
. runHeap
|
||||
. caching
|
||||
. raiseHandler runFresh
|
||||
|
Loading…
Reference in New Issue
Block a user