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

Argo.Internal.Json.Null

Documentation

newtype Null Source #

Constructors

Null () 

Instances

Instances details
HasCodec Null Source # 
Instance details

Defined in Argo.Internal.Class.HasCodec

Methods

codec :: Value Null Source #

Show Null Source # 
Instance details

Defined in Argo.Internal.Json.Null

Methods

showsPrec :: Int -> Null -> ShowS #

show :: Null -> String #

showList :: [Null] -> ShowS #

NFData Null Source # 
Instance details

Defined in Argo.Internal.Json.Null

Methods

rnf :: Null -> () #

Eq Null Source # 
Instance details

Defined in Argo.Internal.Json.Null

Methods

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

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

Lift Null Source # 
Instance details

Defined in Argo.Internal.Json.Null

Methods

lift :: Quote m => Null -> m Exp #

liftTyped :: forall (m :: Type -> Type). Quote m => Null -> Code m Null #

toUnit :: Null -> () Source #