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

Argo.Type.Null

Documentation

newtype Null Source #

Constructors

Null () 

Instances

Instances details
Eq Null Source # 
Instance details

Defined in Argo.Type.Null

Methods

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

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

Show Null Source # 
Instance details

Defined in Argo.Type.Null

Methods

showsPrec :: Int -> Null -> ShowS #

show :: Null -> String #

showList :: [Null] -> ShowS #

NFData Null Source # 
Instance details

Defined in Argo.Type.Null

Methods

rnf :: Null -> () #

Lift Null Source # 
Instance details

Defined in Argo.Type.Null

Methods

lift :: Null -> Q Exp #

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