Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.Sandwich.Contexts.Types.Network
Description
Helper module for working network addresses (which may be Unix sockets).
Documentation
data NetworkAddress Source #
Constructors
NetworkAddressTCP | |
NetworkAddressUnix | |
Fields |
Instances
Show NetworkAddress Source # | |
Defined in Test.Sandwich.Contexts.Types.Network Methods showsPrec :: Int -> NetworkAddress -> ShowS # show :: NetworkAddress -> String # showList :: [NetworkAddress] -> ShowS # | |
Eq NetworkAddress Source # | |
Defined in Test.Sandwich.Contexts.Types.Network Methods (==) :: NetworkAddress -> NetworkAddress -> Bool # (/=) :: NetworkAddress -> NetworkAddress -> Bool # |