1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 21:47:07 +03:00

🔥 a redundant constraint.

This commit is contained in:
Rob Rix 2018-05-22 13:56:39 -04:00
parent a95b84ac2a
commit fd6dbe2ba1

View File

@ -56,7 +56,6 @@ style = (defaultStyle (byteString . vertexName))
graphingTerms :: ( Element Syntax.Identifier syntax
, Members '[ Reader (Environment (Located location) value)
, Reader ModuleInfo
, Reader PackageInfo
, State (Environment (Located location) value)
, State (Graph Vertex)
] effects