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

Argo.Json.String

Documentation

newtype String Source #

Constructors

String Text 

Instances

Instances details
Eq String Source # 
Instance details

Defined in Argo.Json.String

Methods

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

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

Show String Source # 
Instance details

Defined in Argo.Json.String

Generic String Source # 
Instance details

Defined in Argo.Json.String

Associated Types

type Rep String :: Type -> Type #

Methods

from :: String -> Rep String x #

to :: Rep String x -> String #

NFData String Source # 
Instance details

Defined in Argo.Json.String

Methods

rnf :: String -> () #

Lift String Source # 
Instance details

Defined in Argo.Json.String

Methods

lift :: String -> Q Exp #

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

type Rep String Source # 
Instance details

Defined in Argo.Json.String

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