HPath.HaskellSrcExts.Classes
Documentation
class Annotated ast => SearchModule ast whereSource
Methods
declarations :: Module t -> ast t -> [Decl t]Source
Instances
class Annotated ast => HasModuleName ast whereSource
Methods
module_name :: ast t -> StringSource
class Annotated ast => MentionsNames ast whereSource