Polysemy.Process.Data.PtyError
Description
PtyError ADT, Internal
data PtyError Source #
Internal error used by an interpreter for Pty.
Pty
Constructors
Defined in Polysemy.Process.Data.PtyError
Methods
showsPrec :: Int -> PtyError -> ShowS #
show :: PtyError -> String #
showList :: [PtyError] -> ShowS #
(==) :: PtyError -> PtyError -> Bool #
(/=) :: PtyError -> PtyError -> Bool #