Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data UserProfile Source #
Instances
ToJSON UserProfile Source # | |
Defined in Conduit.Features.Account.Types toJSON :: UserProfile -> Value # toEncoding :: UserProfile -> Encoding # toJSONList :: [UserProfile] -> Value # toEncodingList :: [UserProfile] -> Encoding # omitField :: UserProfile -> Bool # | |
Show UserProfile Source # | |
Defined in Conduit.Features.Account.Types showsPrec :: Int -> UserProfile -> ShowS # show :: UserProfile -> String # showList :: [UserProfile] -> ShowS # |
inProfileObj :: obj -> InObj obj Source #