term-rewriting-0.3: Term Rewriting Library
Data.Rewriting.Context.Type
data Ctxt f v Source #
Constructors
Hole
Non-empty context
Defined in Data.Rewriting.Context.Type
Methods
(==) :: Ctxt f v -> Ctxt f v -> Bool #
(/=) :: Ctxt f v -> Ctxt f v -> Bool #
compare :: Ctxt f v -> Ctxt f v -> Ordering #
(<) :: Ctxt f v -> Ctxt f v -> Bool #
(<=) :: Ctxt f v -> Ctxt f v -> Bool #
(>) :: Ctxt f v -> Ctxt f v -> Bool #
(>=) :: Ctxt f v -> Ctxt f v -> Bool #
max :: Ctxt f v -> Ctxt f v -> Ctxt f v #
min :: Ctxt f v -> Ctxt f v -> Ctxt f v #
showsPrec :: Int -> Ctxt f v -> ShowS #
show :: Ctxt f v -> String #
showList :: [Ctxt f v] -> ShowS #