purescript-0.15.15: PureScript Programming Language Compiler
Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Ide.Filter

Description

Filters for psc-ide commands

Synopsis

Documentation

data Filter #

Instances

Instances details
FromJSON Filter # 
Instance details

Defined in Language.PureScript.Ide.Filter

Show Filter # 
Instance details

Defined in Language.PureScript.Ide.Filter

moduleFilter :: Set ModuleName -> Filter #

Only keeps Declarations in the given modules

namespaceFilter :: Set IdeNamespace -> Filter #

Only keeps Identifiers in the given Namespaces

exactFilter :: Text -> Filter #

Only keeps Identifiers that are equal to the search string

prefixFilter :: Text -> Filter #

Only keeps Identifiers that start with the given prefix

declarationTypeFilter :: Set DeclarationType -> Filter #

Only keeps Identifiers in the given type declarations