Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.PureScript.Comments
Description
Defines the types of source code comments
Documentation
Constructors
LineComment Text | |
BlockComment Text |
Instances
FromJSON Comment # | |
Defined in Language.PureScript.Comments | |
ToJSON Comment # | |
Generic Comment # | |
Show Comment # | |
NFData Comment # | |
Defined in Language.PureScript.Comments | |
Eq Comment # | |
Ord Comment # | |
Defined in Language.PureScript.Comments | |
Serialise Comment # | |
FromJSON (Constraint SourceAnn) # | |
Defined in Language.PureScript.Types Methods parseJSON :: Value -> Parser (Constraint SourceAnn) # parseJSONList :: Value -> Parser [Constraint SourceAnn] # | |
FromJSON (Type SourceAnn) # | |
type Rep Comment # | |
Defined in Language.PureScript.Comments type Rep Comment = D1 ('MetaData "Comment" "Language.PureScript.Comments" "purescript-0.15.12-5l1zT9m1jq0GgrLEUvYibC" 'False) (C1 ('MetaCons "LineComment" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "BlockComment" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |