importify-1.0: Tool for haskell imports refactoring

Safe HaskellNone
LanguageHaskell2010

Importify.Resolution.Hiding

Description

Name resolvers for hiding imports.

Synopsis

Documentation

hidingUsedIn :: Symbol -> [Scoped l] -> Bool Source #

Checks if given Symbol is used in module annotations. This function performs comparison by ignoring module names because we want to remove hiding by calling this function.