purescript-0.13.0: PureScript Programming Language Compiler
Language.PureScript.Ide.Filter.Declaration
data DeclarationType Source #
Constructors
Defined in Language.PureScript.Ide.Filter.Declaration
Methods
(==) :: DeclarationType -> DeclarationType -> Bool #
(/=) :: DeclarationType -> DeclarationType -> Bool #
compare :: DeclarationType -> DeclarationType -> Ordering #
(<) :: DeclarationType -> DeclarationType -> Bool #
(<=) :: DeclarationType -> DeclarationType -> Bool #
(>) :: DeclarationType -> DeclarationType -> Bool #
(>=) :: DeclarationType -> DeclarationType -> Bool #
max :: DeclarationType -> DeclarationType -> DeclarationType #
min :: DeclarationType -> DeclarationType -> DeclarationType #
showsPrec :: Int -> DeclarationType -> ShowS #
show :: DeclarationType -> String #
showList :: [DeclarationType] -> ShowS #
parseJSON :: Value -> Parser DeclarationType #
parseJSONList :: Value -> Parser [DeclarationType] #
declarationType :: IdeDeclaration -> DeclarationType Source #