argo-0.2021.10.24: Parse and render JSON.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Argo.Json.Null

Documentation

newtype Null Source #

Constructors

Null () 

Instances

Instances details
Eq Null Source # 
Instance details

Defined in Argo.Json.Null

Methods

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

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

Show Null Source # 
Instance details

Defined in Argo.Json.Null

Methods

showsPrec :: Int -> Null -> ShowS #

show :: Null -> String #

showList :: [Null] -> ShowS #

Generic Null Source # 
Instance details

Defined in Argo.Json.Null

Associated Types

type Rep Null :: Type -> Type #

Methods

from :: Null -> Rep Null x #

to :: Rep Null x -> Null #

NFData Null Source # 
Instance details

Defined in Argo.Json.Null

Methods

rnf :: Null -> () #

Lift Null Source # 
Instance details

Defined in Argo.Json.Null

Methods

lift :: Null -> Q Exp #

liftTyped :: Null -> Q (TExp Null) #

type Rep Null Source # 
Instance details

Defined in Argo.Json.Null

type Rep Null = D1 ('MetaData "Null" "Argo.Json.Null" "argo-0.2021.10.24-G2WopfpfTMk8oGRjxSIry9" 'True) (C1 ('MetaCons "Null" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ())))