1
1
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:
Rob Rix 2018-10-22 13:00:57 -04:00
parent 119cdad2d2
commit bfe5406fad

View File

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