purescript-0.10.7: PureScript Programming Language Compiler
Language.PureScript.Comments
Description
Defines the types of source code comments
data Comment Source #
Constructors
Instances
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 #
toJSON :: Comment -> Value #
toEncoding :: Comment -> Encoding #
parseJSON :: Value -> Parser Comment #