purescript-0.13.0: PureScript Programming Language Compiler
Language.PureScript.Comments
Description
Defines the types of source code comments
data Comment Source #
Constructors
Defined in Language.PureScript.Comments
Methods
(==) :: Comment -> Comment -> Bool #
(/=) :: Comment -> Comment -> Bool #
compare :: Comment -> Comment -> Ordering #
(<) :: Comment -> Comment -> Bool #
(<=) :: Comment -> Comment -> Bool #
(>) :: Comment -> Comment -> Bool #
(>=) :: Comment -> Comment -> Bool #
max :: Comment -> Comment -> Comment #
min :: Comment -> Comment -> Comment #
showsPrec :: Int -> Comment -> ShowS #
show :: Comment -> String #
showList :: [Comment] -> ShowS #
Associated Types
type Rep Comment :: Type -> Type #
from :: Comment -> Rep Comment x #
to :: Rep Comment x -> Comment #
rnf :: Comment -> () #
toJSON :: Comment -> Value #
toEncoding :: Comment -> Encoding #
toJSONList :: [Comment] -> Value #
toEncodingList :: [Comment] -> Encoding #
parseJSON :: Value -> Parser Comment #
parseJSONList :: Value -> Parser [Comment] #
Defined in Language.PureScript.Kinds
parseJSON :: Value -> Parser (Kind SourceAnn) #
parseJSONList :: Value -> Parser [Kind SourceAnn] #
Defined in Language.PureScript.Types
parseJSON :: Value -> Parser (Constraint SourceAnn) #
parseJSONList :: Value -> Parser [Constraint SourceAnn] #
parseJSON :: Value -> Parser (Type SourceAnn) #
parseJSONList :: Value -> Parser [Type SourceAnn] #