mirror of
https://github.com/github/semantic.git
synced 2025-01-08 16:39:47 +03:00
Remove Span constraints
This commit is contained in:
parent
f6ffb8904f
commit
0d9fc6a24a
@ -93,10 +93,7 @@ runGraph CallGraph includePackages project
|
||||
modules <- topologicalSort <$> runImportGraphToModules lang package
|
||||
runCallGraph lang includePackages modules package
|
||||
|
||||
runCallGraph :: ( HasField fields Span
|
||||
, Show (Record fields)
|
||||
, Ord (Record fields)
|
||||
, VertexDeclarationWithStrategy (VertexDeclarationStrategy syntax) syntax syntax
|
||||
runCallGraph :: ( VertexDeclarationWithStrategy (VertexDeclarationStrategy syntax) syntax syntax
|
||||
, Declarations1 syntax
|
||||
, Ord1 syntax
|
||||
, Functor syntax
|
||||
|
Loading…
Reference in New Issue
Block a user