From 4a2275a68b55788278e8a12807cdf9f7d6940b57 Mon Sep 17 00:00:00 2001 From: joshvera Date: Fri, 7 Feb 2020 22:22:31 -0500 Subject: [PATCH] Rename to newEdge --- semantic-scope-graph/src/Control/Effect/ScopeGraph.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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