diff --git a/semantic-scope-graph/src/ScopeGraph/Convert.hs b/semantic-scope-graph/src/ScopeGraph/Convert.hs index 4149cea9b..378c2c7be 100644 --- a/semantic-scope-graph/src/ScopeGraph/Convert.hs +++ b/semantic-scope-graph/src/ScopeGraph/Convert.hs @@ -13,6 +13,7 @@ module ScopeGraph.Convert , complete ) where +import Analysis.Name (Name) import Control.Effect.Sketch import Data.List.NonEmpty import Data.Typeable