| Copyright | (c) Eric Mertens 2019 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Client.UserHost
Contents
Description
Synopsis
- data UserAndHost = UserAndHost {}
- uhUser :: Lens' UserAndHost Text
- uhHost :: Lens' UserAndHost Text
- uhAccount :: Lens' UserAndHost Text
User information
data UserAndHost Source #
Pair of username and hostname. Empty strings represent missing information.
Constructors
| UserAndHost | |
Instances
| Read UserAndHost Source # | |
Defined in Client.UserHost Methods readsPrec :: Int -> ReadS UserAndHost # readList :: ReadS [UserAndHost] # readPrec :: ReadPrec UserAndHost # readListPrec :: ReadPrec [UserAndHost] # | |
| Show UserAndHost Source # | |
Defined in Client.UserHost Methods showsPrec :: Int -> UserAndHost -> ShowS # show :: UserAndHost -> String # showList :: [UserAndHost] -> ShowS # | |