purescript-0.15.12: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.Comments

Description

Defines the types of source code comments

Documentation

data Comment #

Instances

Instances details
FromJSON Comment # 
Instance details

Defined in Language.PureScript.Comments

ToJSON Comment # 
Instance details

Defined in Language.PureScript.Comments

Generic Comment # 
Instance details

Defined in Language.PureScript.Comments

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

Show Comment # 
Instance details

Defined in Language.PureScript.Comments

Methods

showsPrec :: Int -> Comment -> ShowS #

show :: Comment -> String #

showList :: [Comment] -> ShowS #

NFData Comment # 
Instance details

Defined in Language.PureScript.Comments

Methods

rnf :: Comment -> () #

Eq Comment # 
Instance details

Defined in Language.PureScript.Comments

Methods

(==) :: Comment -> Comment -> Bool #

(/=) :: Comment -> Comment -> Bool #

Ord Comment # 
Instance details

Defined in Language.PureScript.Comments

Serialise Comment # 
Instance details

Defined in Language.PureScript.Comments

FromJSON (Constraint SourceAnn) # 
Instance details

Defined in Language.PureScript.Types

FromJSON (Type SourceAnn) # 
Instance details

Defined in Language.PureScript.Types

type Rep Comment # 
Instance details

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)))