Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Monomorphic Show
functions for concurrency-related data types.
Since: 0.3
- showbThreadIdPrec :: Int -> ThreadId -> Builder
- showbThreadStatusPrec :: Int -> ThreadStatus -> Builder
- showbBlockReason :: BlockReason -> Builder
Documentation
showbThreadIdPrec :: Int -> ThreadId -> Builder Source
showbThreadStatusPrec :: Int -> ThreadStatus -> Builder Source
Convert a ThreadStatus
to a Builder
with the given precedence.
Since: 0.3
showbBlockReason :: BlockReason -> Builder Source
Convert a BlockReason
to a Builder
.
Since: 0.3