purescript-0.8.3.0: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Ide.Filter

Synopsis

Documentation

moduleFilter :: [ModuleIdent] -> Filter Source

Only keeps the given Modules

prefixFilter :: Text -> Filter Source

Only keeps Identifiers that start with the given prefix

equalityFilter :: Text -> Filter Source

Only keeps Identifiers that are equal to the search string

dependencyFilter :: [ModuleIdent] -> Filter Source

Only keeps the given Modules and all of their dependencies