Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ReceiveException Source #
Instances
Show ReceiveException Source # | |
Defined in OkChannel showsPrec :: Int -> ReceiveException -> ShowS # show :: ReceiveException -> String # showList :: [ReceiveException] -> ShowS # |
type SendException = Void Source #
showsPrecReceiveException :: Int -> ReceiveException -> String -> String Source #
showsPrecSendException :: Int -> SendException -> String -> String Source #