purescript-0.12.0: PureScript Programming Language Compiler
Language.PureScript.Ide.Filter.Declaration
newtype IdeDeclaration Source #
Constructors
Fields
Instances
Methods
(==) :: IdeDeclaration -> IdeDeclaration -> Bool #
(/=) :: IdeDeclaration -> IdeDeclaration -> Bool #
compare :: IdeDeclaration -> IdeDeclaration -> Ordering #
(<) :: IdeDeclaration -> IdeDeclaration -> Bool #
(<=) :: IdeDeclaration -> IdeDeclaration -> Bool #
(>) :: IdeDeclaration -> IdeDeclaration -> Bool #
(>=) :: IdeDeclaration -> IdeDeclaration -> Bool #
max :: IdeDeclaration -> IdeDeclaration -> IdeDeclaration #
min :: IdeDeclaration -> IdeDeclaration -> IdeDeclaration #
showsPrec :: Int -> IdeDeclaration -> ShowS #
show :: IdeDeclaration -> String #
showList :: [IdeDeclaration] -> ShowS #
parseJSON :: Value -> Parser IdeDeclaration #
parseJSONList :: Value -> Parser [IdeDeclaration] #
data DeclarationType Source #
(==) :: 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] #
typeDeclarationForDeclaration :: IdeDeclaration -> IdeDeclaration Source #