ghc-8.4.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

Json

Synopsis

Documentation

data JsonDoc where Source #

Simple data type to represent JSON documents.

class ToJson a where Source #

Minimal complete definition

json

Methods

json :: a -> JsonDoc Source #

Instances
ToJson SrcSpan # 
Instance details

Defined in SrcLoc

Methods

json :: SrcSpan -> JsonDoc Source #

ToJson RealSrcSpan # 
Instance details

Defined in SrcLoc

ToJson Severity # 
Instance details

Defined in ErrUtils

ToJson WarnReason # 
Instance details

Defined in CmdLineParser

ToJson WarnReason # 
Instance details

Defined in DynFlags