Base
data Inmess Source #
Constructors
Defined in Base
Methods
showsPrec :: Int -> Inmess -> ShowS #
show :: Inmess -> String #
showList :: [Inmess] -> ShowS #
(==) :: Inmess -> Inmess -> Bool #
(/=) :: Inmess -> Inmess -> Bool #
type Arrival = Int Source #
type Service = Int Source #
data Outmess Source #
showsPrec :: Int -> Outmess -> ShowS #
show :: Outmess -> String #
showList :: [Outmess] -> ShowS #
(==) :: Outmess -> Outmess -> Bool #
(/=) :: Outmess -> Outmess -> Bool #
type Wait = Int Source #