purescript-0.15.6: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.Ide.Filter

Description

Filters for psc-ide commands

Synopsis

Documentation

data Filter Source #

Instances

Instances details
FromJSON Filter Source # 
Instance details

Defined in Language.PureScript.Ide.Filter

Show Filter Source # 
Instance details

Defined in Language.PureScript.Ide.Filter

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