purescript-0.12.4: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Comments

Description

Defines the types of source code comments

Documentation

data Comment Source #

Instances
Eq Comment Source # 
Instance details

Defined in Language.PureScript.Comments

Methods

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

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

Ord Comment Source # 
Instance details

Defined in Language.PureScript.Comments

Show Comment Source # 
Instance details

Defined in Language.PureScript.Comments

Generic Comment Source # 
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 #

NFData Comment Source # 
Instance details

Defined in Language.PureScript.Comments

Methods

rnf :: Comment -> () #

ToJSON Comment Source # 
Instance details

Defined in Language.PureScript.Comments

FromJSON Comment Source # 
Instance details

Defined in Language.PureScript.Comments

FromJSON (Kind SourceAnn) Source # 
Instance details

Defined in Language.PureScript.Kinds

FromJSON (Constraint SourceAnn) Source # 
Instance details

Defined in Language.PureScript.Types

FromJSON (Type SourceAnn) Source # 
Instance details

Defined in Language.PureScript.Types

type Rep Comment Source # 
Instance details

Defined in Language.PureScript.Comments

type Rep Comment = D1 (MetaData "Comment" "Language.PureScript.Comments" "purescript-0.12.4-4431FMqBZsLBJwEgpbTTth" 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)))