hs-term-emulator-0.1.0.4: Terminal Emulator written in 100% Haskell
Safe HaskellNone
LanguageHaskell2010

System.Terminal.Emulator.Term.Process

Documentation

data Term Source #

Instances

Instances details
Eq Term Source # 
Instance details

Defined in System.Terminal.Emulator.Term

Methods

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

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

Ord Term Source # 
Instance details

Defined in System.Terminal.Emulator.Term

Methods

compare :: Term -> Term -> Ordering #

(<) :: Term -> Term -> Bool #

(<=) :: Term -> Term -> Bool #

(>) :: Term -> Term -> Bool #

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

max :: Term -> Term -> Term #

min :: Term -> Term -> Term #

Show Term Source # 
Instance details

Defined in System.Terminal.Emulator.Term

Methods

showsPrec :: Int -> Term -> ShowS #

show :: Term -> String #

showList :: [Term] -> ShowS #