diff --git a/semantic-scope-graph/src/Control/Effect/ScopeGraph.hs b/semantic-scope-graph/src/Control/Effect/ScopeGraph.hs index 4238e4774..433fd5581 100644 --- a/semantic-scope-graph/src/Control/Effect/ScopeGraph.hs +++ b/semantic-scope-graph/src/Control/Effect/ScopeGraph.hs @@ -17,7 +17,7 @@ module Control.Effect.ScopeGraph , declare -- Scope Manipulation , currentScope - , insertEdge + , newEdge , newReference , newScope , withScope