mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +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
|
analyzeModule = (if includePackages then graphingPackages else id) . convergingModules . graphingModules
|
||||||
extractGraph (graph, _) = simplify graph
|
extractGraph (graph, _) = simplify graph
|
||||||
runGraphAnalysis
|
runGraphAnalysis
|
||||||
= graphing @_ @_ @(Maybe Name) @Monovariant
|
= graphing @_ @_ @_ @(Hole (Maybe Name) (Located Monovariant))
|
||||||
. runHeap
|
. runHeap
|
||||||
. caching
|
. caching
|
||||||
. raiseHandler runFresh
|
. raiseHandler runFresh
|
||||||
|
Loading…
Reference in New Issue
Block a user