purescript-0.13.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Ide.Filter

Description

Filters for psc-ide commands

Synopsis

Documentation

moduleFilter :: Set ModuleName -> Filter Source #

Only keeps Declarations in the given modules

namespaceFilter :: Set IdeNamespace -> Filter Source #

Only keeps Identifiers in the given Namespaces

exactFilter :: Text -> Filter Source #

Only keeps Identifiers that are equal to the search string

prefixFilter :: Text -> Filter Source #

Only keeps Identifiers that start with the given prefix

declarationTypeFilter :: Set DeclarationType -> Filter Source #

Only keeps Identifiers in the given type declarations