teleshell-0.1.0.0: Telnet client and other things

Safe HaskellNone
LanguageHaskell2010

Network.Zhone

Synopsis

Documentation

data Taggedness Source #

The word "taggedness" is almost certainly not a real word, but it shows up in this patent: https://www.google.com/patents/US20080101380

Constructors

Tagged 
Untagged 

data Vlan Source #

Constructors

Vlan 

Fields

Instances

Eq Vlan Source # 

Methods

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

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

Show Vlan Source # 

Methods

showsPrec :: Int -> Vlan -> ShowS #

show :: Vlan -> String #

showList :: [Vlan] -> ShowS #