polysemy-process-0.14.0.0: lib/Polysemy/Process/Data/PtyError.hs
{-# options_haddock prune #-}
-- | PtyError ADT, Internal
module Polysemy.Process.Data.PtyError where
-- | Internal error used by an interpreter for 'Polysemy.Process.Pty'.
data PtyError =
PtyError Text
deriving stock (Eq, Show)