| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell2010 |
ReWire.Pretty
Synopsis
- ($$) :: Doc ann -> Doc ann -> Doc ann
- text :: Text -> Doc ann
- int :: Int -> Doc ann
- empty :: Doc ann
- class Pretty a where
- data Doc ann
- prettyPrint :: Pretty a => a -> Text
- prettyPrint' :: Doc ann -> Text
- fastPrint :: Pretty a => a -> Text
- fastPrint' :: Doc ann -> Text
- class TextShow a where
- fromString :: String -> Builder
- fromText :: Text -> Builder
- genericShowbPrec :: (Generic a, GTextShowB (Rep a ())) => Int -> a -> Builder
- space :: Doc ann
- angles :: Doc ann -> Doc ann
- dot :: Doc ann
- line :: Doc ann
- softline :: Doc ann
- (<>) :: Semigroup a => a -> a -> a
- (<+>) :: Doc ann -> Doc ann -> Doc ann
- nest :: Int -> Doc ann -> Doc ann
- defaultLayoutOptions :: LayoutOptions
- layoutSmart :: LayoutOptions -> Doc ann -> SimpleDocStream ann
- renderStrict :: SimpleDocStream ann -> Text
- vsep :: [Doc ann] -> Doc ann
- hsep :: [Doc ann] -> Doc ann
- parens :: Doc ann -> Doc ann
- braces :: Doc ann -> Doc ann
- punctuate :: Doc ann -> [Doc ann] -> [Doc ann]
- comma :: Doc ann
- squote :: Doc ann
- dquote :: Doc ann
- dquotes :: Doc ann -> Doc ann
- tupled :: [Doc ann] -> Doc ann
- brackets :: Doc ann -> Doc ann
- newtype FromGeneric a = FromGeneric {
- fromGeneric :: a
- semi :: Doc ann
- colon :: Doc ann
- hcat :: [Doc ann] -> Doc ann
- align :: Doc ann -> Doc ann
- braced :: [Doc ann] -> Doc ann
Documentation
Minimal complete definition
Nothing
Instances
| Pretty Void | |
| Pretty Int16 | |
| Pretty Int32 | |
| Pretty Int64 | |
| Pretty Int8 | |
| Pretty Word16 | |
| Pretty Word32 | |
| Pretty Word64 | |
| Pretty Word8 | |
| Pretty AstError Source # | |
Defined in ReWire.Error | |
| Pretty Warning Source # | |
Defined in ReWire.Error | |
| Pretty Text | |
| Pretty Text | |
| Pretty Integer | |
| Pretty Natural | |
| Pretty () | |
Defined in Prettyprinter.Internal | |
| Pretty Bool | |
| Pretty Char | |
| Pretty Double | |
| Pretty Float | |
| Pretty Int | |
| Pretty Word | |
| Pretty a => Pretty (NonEmpty a) | |
| Pretty a => Pretty (Identity a) | |
| ann ~ Void => Pretty (Doc ann) | |
| Pretty a => Pretty (Maybe a) | |
| Pretty a => Pretty [a] | |
Defined in Prettyprinter.Internal | |
| (Pretty a1, Pretty a2) => Pretty (a1, a2) | |
Defined in Prettyprinter.Internal | |
| Pretty a => Pretty (Const a b) | |
| (Pretty a1, Pretty a2, Pretty a3) => Pretty (a1, a2, a3) | |
Defined in Prettyprinter.Internal | |
| (Pretty a1, Pretty a2, Pretty a3, Pretty a4) => Pretty (a1, a2, a3, a4) | |
Defined in Prettyprinter.Internal | |
| (Pretty a1, Pretty a2, Pretty a3, Pretty a4, Pretty a5) => Pretty (a1, a2, a3, a4, a5) | |
Defined in Prettyprinter.Internal | |
| (Pretty a1, Pretty a2, Pretty a3, Pretty a4, Pretty a5, Pretty a6) => Pretty (a1, a2, a3, a4, a5, a6) | |
Defined in Prettyprinter.Internal Methods pretty :: (a1, a2, a3, a4, a5, a6) -> Doc ann # prettyList :: [(a1, a2, a3, a4, a5, a6)] -> Doc ann | |
| (Pretty a1, Pretty a2, Pretty a3, Pretty a4, Pretty a5, Pretty a6, Pretty a7) => Pretty (a1, a2, a3, a4, a5, a6, a7) | |
Defined in Prettyprinter.Internal Methods pretty :: (a1, a2, a3, a4, a5, a6, a7) -> Doc ann # prettyList :: [(a1, a2, a3, a4, a5, a6, a7)] -> Doc ann | |
Instances
prettyPrint :: Pretty a => a -> Text Source #
prettyPrint' :: Doc ann -> Text Source #
fastPrint' :: Doc ann -> Text Source #
Performance-wise, in theory: P.layoutCompact > P.layoutPretty > P.layoutSmart
Instances
| TextShow ByteArray | |
| TextShow BV Source # | |
| TextShow ByteString | |
Defined in TextShow.Data.ByteString Methods showbPrec :: Int -> ByteString -> Builder # showb :: ByteString -> Builder # showbList :: [ByteString] -> Builder showtPrec :: Int -> ByteString -> Text showt :: ByteString -> Text # showtList :: [ByteString] -> Text showtlPrec :: Int -> ByteString -> Text showtl :: ByteString -> Text showtlList :: [ByteString] -> Text | |
| TextShow ByteString | |
Defined in TextShow.Data.ByteString Methods showbPrec :: Int -> ByteString -> Builder # showb :: ByteString -> Builder # showbList :: [ByteString] -> Builder showtPrec :: Int -> ByteString -> Text showt :: ByteString -> Text # showtList :: [ByteString] -> Text showtlPrec :: Int -> ByteString -> Text showtl :: ByteString -> Text showtlList :: [ByteString] -> Text | |
| TextShow ShortByteString | |
Defined in TextShow.Data.ByteString Methods showbPrec :: Int -> ShortByteString -> Builder # showb :: ShortByteString -> Builder # showbList :: [ShortByteString] -> Builder showtPrec :: Int -> ShortByteString -> Text showt :: ShortByteString -> Text # showtList :: [ShortByteString] -> Text showtlPrec :: Int -> ShortByteString -> Text showtl :: ShortByteString -> Text showtlList :: [ShortByteString] -> Text | |
| TextShow Void | |
| TextShow BlockReason | |
Defined in TextShow.Control.Concurrent Methods showbPrec :: Int -> BlockReason -> Builder # showb :: BlockReason -> Builder # showbList :: [BlockReason] -> Builder showtPrec :: Int -> BlockReason -> Text showt :: BlockReason -> Text # showtList :: [BlockReason] -> Text showtlPrec :: Int -> BlockReason -> Text showtl :: BlockReason -> Text showtlList :: [BlockReason] -> Text | |
| TextShow ThreadId | |
| TextShow ThreadStatus | |
Defined in TextShow.Control.Concurrent Methods showbPrec :: Int -> ThreadStatus -> Builder # showb :: ThreadStatus -> Builder # showbList :: [ThreadStatus] -> Builder showtPrec :: Int -> ThreadStatus -> Text showt :: ThreadStatus -> Text # showtList :: [ThreadStatus] -> Text showtlPrec :: Int -> ThreadStatus -> Text showtl :: ThreadStatus -> Text showtlList :: [ThreadStatus] -> Text | |
| TextShow NestedAtomically | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> NestedAtomically -> Builder # showb :: NestedAtomically -> Builder # showbList :: [NestedAtomically] -> Builder showtPrec :: Int -> NestedAtomically -> Text showt :: NestedAtomically -> Text # showtList :: [NestedAtomically] -> Text showtlPrec :: Int -> NestedAtomically -> Text showtl :: NestedAtomically -> Text showtlList :: [NestedAtomically] -> Text | |
| TextShow NoMethodError | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> NoMethodError -> Builder # showb :: NoMethodError -> Builder # showbList :: [NoMethodError] -> Builder showtPrec :: Int -> NoMethodError -> Text showt :: NoMethodError -> Text # showtList :: [NoMethodError] -> Text showtlPrec :: Int -> NoMethodError -> Text showtl :: NoMethodError -> Text showtlList :: [NoMethodError] -> Text | |
| TextShow NonTermination | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> NonTermination -> Builder # showb :: NonTermination -> Builder # showbList :: [NonTermination] -> Builder showtPrec :: Int -> NonTermination -> Text showt :: NonTermination -> Text # showtList :: [NonTermination] -> Text showtlPrec :: Int -> NonTermination -> Text showtl :: NonTermination -> Text showtlList :: [NonTermination] -> Text | |
| TextShow PatternMatchFail | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> PatternMatchFail -> Builder # showb :: PatternMatchFail -> Builder # showbList :: [PatternMatchFail] -> Builder showtPrec :: Int -> PatternMatchFail -> Text showt :: PatternMatchFail -> Text # showtList :: [PatternMatchFail] -> Text showtlPrec :: Int -> PatternMatchFail -> Text showtl :: PatternMatchFail -> Text showtlList :: [PatternMatchFail] -> Text | |
| TextShow RecConError | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> RecConError -> Builder # showb :: RecConError -> Builder # showbList :: [RecConError] -> Builder showtPrec :: Int -> RecConError -> Text showt :: RecConError -> Text # showtList :: [RecConError] -> Text showtlPrec :: Int -> RecConError -> Text showtl :: RecConError -> Text showtlList :: [RecConError] -> Text | |
| TextShow RecSelError | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> RecSelError -> Builder # showb :: RecSelError -> Builder # showbList :: [RecSelError] -> Builder showtPrec :: Int -> RecSelError -> Text showt :: RecSelError -> Text # showtList :: [RecSelError] -> Text showtlPrec :: Int -> RecSelError -> Text showtl :: RecSelError -> Text showtlList :: [RecSelError] -> Text | |
| TextShow RecUpdError | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> RecUpdError -> Builder # showb :: RecUpdError -> Builder # showbList :: [RecUpdError] -> Builder showtPrec :: Int -> RecUpdError -> Text showt :: RecUpdError -> Text # showtList :: [RecUpdError] -> Text showtlPrec :: Int -> RecUpdError -> Text showtl :: RecUpdError -> Text showtlList :: [RecUpdError] -> Text | |
| TextShow TypeError | |
| TextShow Constr | |
Defined in TextShow.Data.Data | |
| TextShow ConstrRep | |
| TextShow DataRep | |
Defined in TextShow.Data.Data | |
| TextShow DataType | |
| TextShow Fixity | |
Defined in TextShow.Data.Data | |
| TextShow Dynamic | |
Defined in TextShow.Data.Dynamic | |
| TextShow All | |
| TextShow Any | |
| TextShow SomeTypeRep | |
Defined in TextShow.Data.Typeable Methods showbPrec :: Int -> SomeTypeRep -> Builder # showb :: SomeTypeRep -> Builder # showbList :: [SomeTypeRep] -> Builder showtPrec :: Int -> SomeTypeRep -> Text showt :: SomeTypeRep -> Text # showtList :: [SomeTypeRep] -> Text showtlPrec :: Int -> SomeTypeRep -> Text showtl :: SomeTypeRep -> Text showtlList :: [SomeTypeRep] -> Text | |
| TextShow Version | |
Defined in TextShow.Data.Version | |
| TextShow Event | |
Defined in TextShow.GHC.Event | |
| TextShow Lifetime | |
| TextShow FdKey | |
Defined in TextShow.GHC.Event | |
| TextShow Unique | |
Defined in TextShow.GHC.Event | |
| TextShow ErrorCall | |
| TextShow ArithException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> ArithException -> Builder # showb :: ArithException -> Builder # showbList :: [ArithException] -> Builder showtPrec :: Int -> ArithException -> Text showt :: ArithException -> Text # showtList :: [ArithException] -> Text showtlPrec :: Int -> ArithException -> Text showtl :: ArithException -> Text showtlList :: [ArithException] -> Text | |
| TextShow SomeException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> SomeException -> Builder # showb :: SomeException -> Builder # showbList :: [SomeException] -> Builder showtPrec :: Int -> SomeException -> Text showt :: SomeException -> Text # showtList :: [SomeException] -> Text showtlPrec :: Int -> SomeException -> Text showtl :: SomeException -> Text showtlList :: [SomeException] -> Text | |
| TextShow Fingerprint | |
Defined in TextShow.GHC.Fingerprint Methods showbPrec :: Int -> Fingerprint -> Builder # showb :: Fingerprint -> Builder # showbList :: [Fingerprint] -> Builder showtPrec :: Int -> Fingerprint -> Text showt :: Fingerprint -> Text # showtList :: [Fingerprint] -> Text showtlPrec :: Int -> Fingerprint -> Text showtl :: Fingerprint -> Text showtlList :: [Fingerprint] -> Text | |
| TextShow CBool | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CChar | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CClock | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CDouble | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CFloat | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CInt | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CIntMax | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CIntPtr | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CLLong | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CLong | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CPtrdiff | |
| TextShow CSChar | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CSUSeconds | |
Defined in TextShow.Foreign.C.Types Methods showbPrec :: Int -> CSUSeconds -> Builder # showb :: CSUSeconds -> Builder # showbList :: [CSUSeconds] -> Builder showtPrec :: Int -> CSUSeconds -> Text showt :: CSUSeconds -> Text # showtList :: [CSUSeconds] -> Text showtlPrec :: Int -> CSUSeconds -> Text showtl :: CSUSeconds -> Text showtlList :: [CSUSeconds] -> Text | |
| TextShow CShort | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CSigAtomic | |
Defined in TextShow.Foreign.C.Types Methods showbPrec :: Int -> CSigAtomic -> Builder # showb :: CSigAtomic -> Builder # showbList :: [CSigAtomic] -> Builder showtPrec :: Int -> CSigAtomic -> Text showt :: CSigAtomic -> Text # showtList :: [CSigAtomic] -> Text showtlPrec :: Int -> CSigAtomic -> Text showtl :: CSigAtomic -> Text showtlList :: [CSigAtomic] -> Text | |
| TextShow CSize | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CTime | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CUChar | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CUInt | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CUIntMax | |
| TextShow CUIntPtr | |
| TextShow CULLong | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CULong | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CUSeconds | |
| TextShow CUShort | |
Defined in TextShow.Foreign.C.Types | |
| TextShow CWchar | |
Defined in TextShow.Foreign.C.Types | |
| TextShow IntPtr | |
Defined in TextShow.Foreign.Ptr | |
| TextShow WordPtr | |
Defined in TextShow.Foreign.Ptr | |
| TextShow Associativity | |
Defined in TextShow.GHC.Generics Methods showbPrec :: Int -> Associativity -> Builder # showb :: Associativity -> Builder # showbList :: [Associativity] -> Builder showtPrec :: Int -> Associativity -> Text showt :: Associativity -> Text # showtList :: [Associativity] -> Text showtlPrec :: Int -> Associativity -> Text showtl :: Associativity -> Text showtlList :: [Associativity] -> Text | |
| TextShow DecidedStrictness | |
Defined in TextShow.GHC.Generics Methods showbPrec :: Int -> DecidedStrictness -> Builder # showb :: DecidedStrictness -> Builder # showbList :: [DecidedStrictness] -> Builder showtPrec :: Int -> DecidedStrictness -> Text showt :: DecidedStrictness -> Text # showtList :: [DecidedStrictness] -> Text showtlPrec :: Int -> DecidedStrictness -> Text showtl :: DecidedStrictness -> Text showtlList :: [DecidedStrictness] -> Text | |
| TextShow Fixity | |
Defined in TextShow.GHC.Generics | |
| TextShow SourceStrictness | |
Defined in TextShow.GHC.Generics Methods showbPrec :: Int -> SourceStrictness -> Builder # showb :: SourceStrictness -> Builder # showbList :: [SourceStrictness] -> Builder showtPrec :: Int -> SourceStrictness -> Text showt :: SourceStrictness -> Text # showtList :: [SourceStrictness] -> Text showtlPrec :: Int -> SourceStrictness -> Text showtl :: SourceStrictness -> Text showtlList :: [SourceStrictness] -> Text | |
| TextShow SourceUnpackedness | |
Defined in TextShow.GHC.Generics Methods showbPrec :: Int -> SourceUnpackedness -> Builder # showb :: SourceUnpackedness -> Builder # showbList :: [SourceUnpackedness] -> Builder showtPrec :: Int -> SourceUnpackedness -> Text showt :: SourceUnpackedness -> Text # showtList :: [SourceUnpackedness] -> Text showtlPrec :: Int -> SourceUnpackedness -> Text showtl :: SourceUnpackedness -> Text showtlList :: [SourceUnpackedness] -> Text | |
| TextShow MaskingState | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> MaskingState -> Builder # showb :: MaskingState -> Builder # showbList :: [MaskingState] -> Builder showtPrec :: Int -> MaskingState -> Text showt :: MaskingState -> Text # showtList :: [MaskingState] -> Text showtlPrec :: Int -> MaskingState -> Text showtl :: MaskingState -> Text showtlList :: [MaskingState] -> Text | |
| TextShow SeekMode | |
| TextShow CodingFailureMode | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> CodingFailureMode -> Builder # showb :: CodingFailureMode -> Builder # showbList :: [CodingFailureMode] -> Builder showtPrec :: Int -> CodingFailureMode -> Text showt :: CodingFailureMode -> Text # showtList :: [CodingFailureMode] -> Text showtlPrec :: Int -> CodingFailureMode -> Text showtl :: CodingFailureMode -> Text showtlList :: [CodingFailureMode] -> Text | |
| TextShow CodingProgress | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> CodingProgress -> Builder # showb :: CodingProgress -> Builder # showbList :: [CodingProgress] -> Builder showtPrec :: Int -> CodingProgress -> Text showt :: CodingProgress -> Text # showtList :: [CodingProgress] -> Text showtlPrec :: Int -> CodingProgress -> Text showtl :: CodingProgress -> Text showtlList :: [CodingProgress] -> Text | |
| TextShow TextEncoding | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> TextEncoding -> Builder # showb :: TextEncoding -> Builder # showbList :: [TextEncoding] -> Builder showtPrec :: Int -> TextEncoding -> Text showt :: TextEncoding -> Text # showtList :: [TextEncoding] -> Text showtlPrec :: Int -> TextEncoding -> Text showtl :: TextEncoding -> Text showtlList :: [TextEncoding] -> Text | |
| TextShow AllocationLimitExceeded | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> AllocationLimitExceeded -> Builder # showb :: AllocationLimitExceeded -> Builder # showbList :: [AllocationLimitExceeded] -> Builder showtPrec :: Int -> AllocationLimitExceeded -> Text showt :: AllocationLimitExceeded -> Text # showtList :: [AllocationLimitExceeded] -> Text showtlPrec :: Int -> AllocationLimitExceeded -> Text showtl :: AllocationLimitExceeded -> Text showtlList :: [AllocationLimitExceeded] -> Text | |
| TextShow ArrayException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> ArrayException -> Builder # showb :: ArrayException -> Builder # showbList :: [ArrayException] -> Builder showtPrec :: Int -> ArrayException -> Text showt :: ArrayException -> Text # showtList :: [ArrayException] -> Text showtlPrec :: Int -> ArrayException -> Text showtl :: ArrayException -> Text showtlList :: [ArrayException] -> Text | |
| TextShow AssertionFailed | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> AssertionFailed -> Builder # showb :: AssertionFailed -> Builder # showbList :: [AssertionFailed] -> Builder showtPrec :: Int -> AssertionFailed -> Text showt :: AssertionFailed -> Text # showtList :: [AssertionFailed] -> Text showtlPrec :: Int -> AssertionFailed -> Text showtl :: AssertionFailed -> Text showtlList :: [AssertionFailed] -> Text | |
| TextShow AsyncException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> AsyncException -> Builder # showb :: AsyncException -> Builder # showbList :: [AsyncException] -> Builder showtPrec :: Int -> AsyncException -> Text showt :: AsyncException -> Text # showtList :: [AsyncException] -> Text showtlPrec :: Int -> AsyncException -> Text showtl :: AsyncException -> Text showtlList :: [AsyncException] -> Text | |
| TextShow BlockedIndefinitelyOnMVar | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> BlockedIndefinitelyOnMVar -> Builder # showb :: BlockedIndefinitelyOnMVar -> Builder # showbList :: [BlockedIndefinitelyOnMVar] -> Builder showtPrec :: Int -> BlockedIndefinitelyOnMVar -> Text showt :: BlockedIndefinitelyOnMVar -> Text # showtList :: [BlockedIndefinitelyOnMVar] -> Text showtlPrec :: Int -> BlockedIndefinitelyOnMVar -> Text showtl :: BlockedIndefinitelyOnMVar -> Text showtlList :: [BlockedIndefinitelyOnMVar] -> Text | |
| TextShow BlockedIndefinitelyOnSTM | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> BlockedIndefinitelyOnSTM -> Builder # showb :: BlockedIndefinitelyOnSTM -> Builder # showbList :: [BlockedIndefinitelyOnSTM] -> Builder showtPrec :: Int -> BlockedIndefinitelyOnSTM -> Text showt :: BlockedIndefinitelyOnSTM -> Text # showtList :: [BlockedIndefinitelyOnSTM] -> Text showtlPrec :: Int -> BlockedIndefinitelyOnSTM -> Text showtl :: BlockedIndefinitelyOnSTM -> Text showtlList :: [BlockedIndefinitelyOnSTM] -> Text | |
| TextShow CompactionFailed | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> CompactionFailed -> Builder # showb :: CompactionFailed -> Builder # showbList :: [CompactionFailed] -> Builder showtPrec :: Int -> CompactionFailed -> Text showt :: CompactionFailed -> Text # showtList :: [CompactionFailed] -> Text showtlPrec :: Int -> CompactionFailed -> Text showtl :: CompactionFailed -> Text showtlList :: [CompactionFailed] -> Text | |
| TextShow Deadlock | |
| TextShow ExitCode | |
| TextShow FixIOException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> FixIOException -> Builder # showb :: FixIOException -> Builder # showbList :: [FixIOException] -> Builder showtPrec :: Int -> FixIOException -> Text showt :: FixIOException -> Text # showtList :: [FixIOException] -> Text showtlPrec :: Int -> FixIOException -> Text showtl :: FixIOException -> Text showtlList :: [FixIOException] -> Text | |
| TextShow IOException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> IOException -> Builder # showb :: IOException -> Builder # showbList :: [IOException] -> Builder showtPrec :: Int -> IOException -> Text showt :: IOException -> Text # showtList :: [IOException] -> Text showtlPrec :: Int -> IOException -> Text showtl :: IOException -> Text showtlList :: [IOException] -> Text | |
| TextShow SomeAsyncException | |
Defined in TextShow.Control.Exception Methods showbPrec :: Int -> SomeAsyncException -> Builder # showb :: SomeAsyncException -> Builder # showbList :: [SomeAsyncException] -> Builder showtPrec :: Int -> SomeAsyncException -> Text showt :: SomeAsyncException -> Text # showtList :: [SomeAsyncException] -> Text showtlPrec :: Int -> SomeAsyncException -> Text showtl :: SomeAsyncException -> Text showtlList :: [SomeAsyncException] -> Text | |
| TextShow HandlePosn | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> HandlePosn -> Builder # showb :: HandlePosn -> Builder # showbList :: [HandlePosn] -> Builder showtPrec :: Int -> HandlePosn -> Text showt :: HandlePosn -> Text # showtList :: [HandlePosn] -> Text showtlPrec :: Int -> HandlePosn -> Text showtl :: HandlePosn -> Text showtlList :: [HandlePosn] -> Text | |
| TextShow BufferMode | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> BufferMode -> Builder # showb :: BufferMode -> Builder # showbList :: [BufferMode] -> Builder showtPrec :: Int -> BufferMode -> Text showt :: BufferMode -> Text # showtList :: [BufferMode] -> Text showtlPrec :: Int -> BufferMode -> Text showtl :: BufferMode -> Text showtlList :: [BufferMode] -> Text | |
| TextShow Handle | |
Defined in TextShow.System.IO | |
| TextShow Newline | |
Defined in TextShow.System.IO | |
| TextShow NewlineMode | |
Defined in TextShow.System.IO Methods showbPrec :: Int -> NewlineMode -> Builder # showb :: NewlineMode -> Builder # showbList :: [NewlineMode] -> Builder showtPrec :: Int -> NewlineMode -> Text showt :: NewlineMode -> Text # showtList :: [NewlineMode] -> Text showtlPrec :: Int -> NewlineMode -> Text showtl :: NewlineMode -> Text showtlList :: [NewlineMode] -> Text | |
| TextShow IOMode | |
Defined in TextShow.System.IO | |
| TextShow Int16 | |
Defined in TextShow.Data.Integral | |
| TextShow Int32 | |
Defined in TextShow.Data.Integral | |
| TextShow Int64 | |
Defined in TextShow.Data.Integral | |
| TextShow Int8 | |
| TextShow CCFlags | |
Defined in TextShow.GHC.RTS.Flags | |
| TextShow ConcFlags | |
| TextShow DebugFlags | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> DebugFlags -> Builder # showb :: DebugFlags -> Builder # showbList :: [DebugFlags] -> Builder showtPrec :: Int -> DebugFlags -> Text showt :: DebugFlags -> Text # showtList :: [DebugFlags] -> Text showtlPrec :: Int -> DebugFlags -> Text showtl :: DebugFlags -> Text showtlList :: [DebugFlags] -> Text | |
| TextShow DoCostCentres | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> DoCostCentres -> Builder # showb :: DoCostCentres -> Builder # showbList :: [DoCostCentres] -> Builder showtPrec :: Int -> DoCostCentres -> Text showt :: DoCostCentres -> Text # showtList :: [DoCostCentres] -> Text showtlPrec :: Int -> DoCostCentres -> Text showtl :: DoCostCentres -> Text showtlList :: [DoCostCentres] -> Text | |
| TextShow DoHeapProfile | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> DoHeapProfile -> Builder # showb :: DoHeapProfile -> Builder # showbList :: [DoHeapProfile] -> Builder showtPrec :: Int -> DoHeapProfile -> Text showt :: DoHeapProfile -> Text # showtList :: [DoHeapProfile] -> Text showtlPrec :: Int -> DoHeapProfile -> Text showtl :: DoHeapProfile -> Text showtlList :: [DoHeapProfile] -> Text | |
| TextShow DoTrace | |
Defined in TextShow.GHC.RTS.Flags | |
| TextShow GCFlags | |
Defined in TextShow.GHC.RTS.Flags | |
| TextShow GiveGCStats | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> GiveGCStats -> Builder # showb :: GiveGCStats -> Builder # showbList :: [GiveGCStats] -> Builder showtPrec :: Int -> GiveGCStats -> Text showt :: GiveGCStats -> Text # showtList :: [GiveGCStats] -> Text showtlPrec :: Int -> GiveGCStats -> Text showtl :: GiveGCStats -> Text showtlList :: [GiveGCStats] -> Text | |
| TextShow HpcFlags | |
| TextShow IoSubSystem | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> IoSubSystem -> Builder # showb :: IoSubSystem -> Builder # showbList :: [IoSubSystem] -> Builder showtPrec :: Int -> IoSubSystem -> Text showt :: IoSubSystem -> Text # showtList :: [IoSubSystem] -> Text showtlPrec :: Int -> IoSubSystem -> Text showtl :: IoSubSystem -> Text showtlList :: [IoSubSystem] -> Text | |
| TextShow MiscFlags | |
| TextShow ParFlags | |
| TextShow ProfFlags | |
| TextShow RTSFlags | |
| TextShow TickyFlags | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> TickyFlags -> Builder # showb :: TickyFlags -> Builder # showbList :: [TickyFlags] -> Builder showtPrec :: Int -> TickyFlags -> Text showt :: TickyFlags -> Text # showtList :: [TickyFlags] -> Text showtlPrec :: Int -> TickyFlags -> Text showtl :: TickyFlags -> Text showtlList :: [TickyFlags] -> Text | |
| TextShow TraceFlags | |
Defined in TextShow.GHC.RTS.Flags Methods showbPrec :: Int -> TraceFlags -> Builder # showb :: TraceFlags -> Builder # showbList :: [TraceFlags] -> Builder showtPrec :: Int -> TraceFlags -> Text showt :: TraceFlags -> Text # showtList :: [TraceFlags] -> Text showtlPrec :: Int -> TraceFlags -> Text showtl :: TraceFlags -> Text showtlList :: [TraceFlags] -> Text | |
| TextShow CallStack | |
| TextShow SrcLoc | |
Defined in TextShow.GHC.Stack | |
| TextShow StaticPtrInfo | |
Defined in TextShow.GHC.StaticPtr Methods showbPrec :: Int -> StaticPtrInfo -> Builder # showb :: StaticPtrInfo -> Builder # showbList :: [StaticPtrInfo] -> Builder showtPrec :: Int -> StaticPtrInfo -> Text showt :: StaticPtrInfo -> Text # showtList :: [StaticPtrInfo] -> Text showtlPrec :: Int -> StaticPtrInfo -> Text showtl :: StaticPtrInfo -> Text showtlList :: [StaticPtrInfo] -> Text | |
| TextShow CBlkCnt | |
Defined in TextShow.System.Posix.Types | |
| TextShow CBlkSize | |
| TextShow CCc | |
| TextShow CClockId | |
| TextShow CDev | |
Defined in TextShow.System.Posix.Types | |
| TextShow CFsBlkCnt | |
| TextShow CFsFilCnt | |
| TextShow CGid | |
Defined in TextShow.System.Posix.Types | |
| TextShow CId | |
| TextShow CIno | |
Defined in TextShow.System.Posix.Types | |
| TextShow CKey | |
Defined in TextShow.System.Posix.Types | |
| TextShow CMode | |
Defined in TextShow.System.Posix.Types | |
| TextShow CNlink | |
Defined in TextShow.System.Posix.Types | |
| TextShow COff | |
Defined in TextShow.System.Posix.Types | |
| TextShow CPid | |
Defined in TextShow.System.Posix.Types | |
| TextShow CRLim | |
Defined in TextShow.System.Posix.Types | |
| TextShow CSpeed | |
Defined in TextShow.System.Posix.Types | |
| TextShow CSsize | |
Defined in TextShow.System.Posix.Types | |
| TextShow CTcflag | |
Defined in TextShow.System.Posix.Types | |
| TextShow CTimer | |
Defined in TextShow.System.Posix.Types | |
| TextShow CUid | |
Defined in TextShow.System.Posix.Types | |
| TextShow Fd | |
| TextShow Lexeme | |
Defined in TextShow.Text.Read | |
| TextShow Number | |
Defined in TextShow.Text.Read | |
| TextShow SomeChar | |
| TextShow SomeSymbol | |
Defined in TextShow.GHC.TypeLits Methods showbPrec :: Int -> SomeSymbol -> Builder # showb :: SomeSymbol -> Builder # showbList :: [SomeSymbol] -> Builder showtPrec :: Int -> SomeSymbol -> Text showt :: SomeSymbol -> Text # showtList :: [SomeSymbol] -> Text showtlPrec :: Int -> SomeSymbol -> Text showtl :: SomeSymbol -> Text showtlList :: [SomeSymbol] -> Text | |
| TextShow SomeNat | |
Defined in TextShow.GHC.TypeLits | |
| TextShow GeneralCategory | |
Defined in TextShow.Data.Char Methods showbPrec :: Int -> GeneralCategory -> Builder # showb :: GeneralCategory -> Builder # showbList :: [GeneralCategory] -> Builder showtPrec :: Int -> GeneralCategory -> Text showt :: GeneralCategory -> Text # showtList :: [GeneralCategory] -> Text showtlPrec :: Int -> GeneralCategory -> Text showtl :: GeneralCategory -> Text showtlList :: [GeneralCategory] -> Text | |
| TextShow Word16 | |
Defined in TextShow.Data.Integral | |
| TextShow Word32 | |
Defined in TextShow.Data.Integral | |
| TextShow Word64 | |
Defined in TextShow.Data.Integral | |
| TextShow Word8 | |
Defined in TextShow.Data.Integral | |
| TextShow Module | |
Defined in TextShow.Data.Typeable | |
| TextShow Ordering | |
| TextShow TrName | |
Defined in TextShow.Data.Typeable | |
| TextShow TyCon | |
Defined in TextShow.Data.Typeable | |
| TextShow Annote Source # | |
Defined in ReWire.Annotation | |
| TextShow Decoding | |
| TextShow UnicodeException | |
Defined in TextShow.Data.Text Methods showbPrec :: Int -> UnicodeException -> Builder # showb :: UnicodeException -> Builder # showbList :: [UnicodeException] -> Builder showtPrec :: Int -> UnicodeException -> Text showt :: UnicodeException -> Text # showtList :: [UnicodeException] -> Text showtlPrec :: Int -> UnicodeException -> Text showtl :: UnicodeException -> Text showtlList :: [UnicodeException] -> Text | |
| TextShow Text | |
| TextShow Builder | |
Defined in TextShow.Data.Text | |
| TextShow Size | |
| TextShow Text | |
| TextShow FPFormat | |
| TextShow ConType | |
Defined in TextShow.Generic | |
| TextShow Integer | |
Defined in TextShow.Data.Integral | |
| TextShow Natural | |
Defined in TextShow.Numeric.Natural | |
| TextShow () | |
| TextShow Bool | |
| TextShow Char | |
| TextShow Double | |
Defined in TextShow.Data.Floating | |
| TextShow Float | |
Defined in TextShow.Data.Floating | |
| TextShow Int | |
| TextShow Word | |
| TextShow a => TextShow (Complex a) | |
| TextShow a => TextShow (First a) | |
Defined in TextShow.Data.Semigroup | |
| TextShow a => TextShow (Last a) | |
Defined in TextShow.Data.Semigroup | |
| TextShow a => TextShow (Max a) | |
Defined in TextShow.Data.Semigroup | |
| TextShow a => TextShow (Min a) | |
Defined in TextShow.Data.Semigroup | |
| TextShow m => TextShow (WrappedMonoid m) | |
Defined in TextShow.Data.Semigroup Methods showbPrec :: Int -> WrappedMonoid m -> Builder # showb :: WrappedMonoid m -> Builder # showbList :: [WrappedMonoid m] -> Builder showtPrec :: Int -> WrappedMonoid m -> Text showt :: WrappedMonoid m -> Text # showtList :: [WrappedMonoid m] -> Text showtlPrec :: Int -> WrappedMonoid m -> Text showtl :: WrappedMonoid m -> Text showtlList :: [WrappedMonoid m] -> Text | |
| (Generic a, TextShow a) => TextShow (Set a) Source # | |
Defined in ReWire.Orphans | |
| TextShow a => TextShow (NonEmpty a) | |
Defined in TextShow.Data.List.NonEmpty | |
| TextShow a => TextShow (Identity a) | |
Defined in TextShow.Data.Functor.Identity | |
| TextShow a => TextShow (First a) | |
Defined in TextShow.Data.Monoid | |
| TextShow a => TextShow (Last a) | |
Defined in TextShow.Data.Monoid | |
| TextShow a => TextShow (Down a) | |
Defined in TextShow.Data.Ord | |
| TextShow a => TextShow (Dual a) | |
Defined in TextShow.Data.Monoid | |
| TextShow a => TextShow (Product a) | |
| TextShow a => TextShow (Sum a) | |
Defined in TextShow.Data.Monoid | |
| TextShow (ForeignPtr a) | |
Defined in TextShow.Foreign.Ptr Methods showbPrec :: Int -> ForeignPtr a -> Builder # showb :: ForeignPtr a -> Builder # showbList :: [ForeignPtr a] -> Builder showtPrec :: Int -> ForeignPtr a -> Text showt :: ForeignPtr a -> Text # showtList :: [ForeignPtr a] -> Text showtlPrec :: Int -> ForeignPtr a -> Text showtl :: ForeignPtr a -> Text showtlList :: [ForeignPtr a] -> Text | |
| TextShow a => TextShow (ZipList a) | |
| TextShow p => TextShow (Par1 p) | |
Defined in TextShow.GHC.Generics | |
| TextShow (FunPtr a) | |
| TextShow (Ptr a) | |
Defined in TextShow.Foreign.Ptr | |
| TextShow a => TextShow (Ratio a) | |
Defined in TextShow.Data.Ratio | |
| TextShow (SChar c) | |
Defined in TextShow.GHC.TypeLits | |
| TextShow (SSymbol s) | |
| TextShow (SNat n) | |
Defined in TextShow.GHC.TypeLits | |
| TextShow (Doc ann) Source # | |
Defined in ReWire.Orphans | |
| Show a => TextShow (Blind a) Source # | |
Defined in ReWire.Annotation | |
| Show a => TextShow (FromStringShow a) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromStringShow a -> Builder # showb :: FromStringShow a -> Builder # showbList :: [FromStringShow a] -> Builder showtPrec :: Int -> FromStringShow a -> Text showt :: FromStringShow a -> Text # showtList :: [FromStringShow a] -> Text showtlPrec :: Int -> FromStringShow a -> Text showtl :: FromStringShow a -> Text showtlList :: [FromStringShow a] -> Text | |
| TextShow a => TextShow (FromTextShow a) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromTextShow a -> Builder # showb :: FromTextShow a -> Builder # showbList :: [FromTextShow a] -> Builder showtPrec :: Int -> FromTextShow a -> Text showt :: FromTextShow a -> Text # showtList :: [FromTextShow a] -> Text showtlPrec :: Int -> FromTextShow a -> Text showtl :: FromTextShow a -> Text showtlList :: [FromTextShow a] -> Text | |
| (Generic a, GTextShowB (Rep a ())) => TextShow (FromGeneric a) | |
Defined in TextShow.Generic Methods showbPrec :: Int -> FromGeneric a -> Builder # showb :: FromGeneric a -> Builder # showbList :: [FromGeneric a] -> Builder showtPrec :: Int -> FromGeneric a -> Text showt :: FromGeneric a -> Text # showtList :: [FromGeneric a] -> Text showtlPrec :: Int -> FromGeneric a -> Text showtl :: FromGeneric a -> Text showtlList :: [FromGeneric a] -> Text | |
| TextShow a => TextShow (HashSet a) Source # | |
| TextShow a => TextShow (Maybe a) | |
Defined in TextShow.Data.Maybe | |
| TextShow a => TextShow (Solo a) | |
Defined in TextShow.Data.Tuple | |
| TextShow a => TextShow [a] | |
| (IArray UArray e, Ix i, TextShow i, TextShow e) => TextShow (UArray i e) | |
| HasResolution a => TextShow (Fixed a) | |
Defined in TextShow.Data.Fixed | |
| (TextShow a, TextShow b) => TextShow (Arg a b) | |
Defined in TextShow.Data.Semigroup | |
| (Generic a, Generic b, TextShow a, TextShow b) => TextShow (Map a b) Source # | |
Defined in ReWire.Orphans | |
| (TextShow i, TextShow e, Ix i) => TextShow (Array i e) | |
| (TextShow a, TextShow b) => TextShow (Either a b) | |
| TextShow (Proxy s) | |
Defined in TextShow.Data.Proxy | |
| TextShow (TypeRep a) | |
| TextShow (U1 p) | |
| TextShow (UChar p) | |
Defined in TextShow.GHC.Generics | |
| TextShow (UDouble p) | |
| TextShow (UFloat p) | |
| TextShow (UInt p) | |
Defined in TextShow.GHC.Generics | |
| TextShow (UWord p) | |
Defined in TextShow.GHC.Generics | |
| TextShow (ST s a) | |
Defined in TextShow.Control.Monad.ST | |
| (TextShow a, TextShow b) => TextShow (HashMap a b) Source # | |
Defined in ReWire.Orphans | |
| (TextShow a, TextShow b) => TextShow (a, b) | |
Defined in TextShow.Data.Tuple | |
| TextShow a => TextShow (Const a b) | |
| TextShow (f a) => TextShow (Ap f a) | |
Defined in TextShow.Data.Monoid | |
| TextShow (f a) => TextShow (Alt f a) | |
Defined in TextShow.Data.Monoid | |
| TextShow (Coercion a b) | |
Defined in TextShow.Data.Type.Coercion Methods showbPrec :: Int -> Coercion a b -> Builder # showb :: Coercion a b -> Builder # showbList :: [Coercion a b] -> Builder showtPrec :: Int -> Coercion a b -> Text showt :: Coercion a b -> Text # showtList :: [Coercion a b] -> Text showtlPrec :: Int -> Coercion a b -> Text showtl :: Coercion a b -> Text showtlList :: [Coercion a b] -> Text | |
| TextShow (a :~: b) | |
| TextShow (f p) => TextShow (Rec1 f p) | |
| (Show1 f, TextShow a) => TextShow (FromStringShow1 f a) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromStringShow1 f a -> Builder # showb :: FromStringShow1 f a -> Builder # showbList :: [FromStringShow1 f a] -> Builder showtPrec :: Int -> FromStringShow1 f a -> Text showt :: FromStringShow1 f a -> Text # showtList :: [FromStringShow1 f a] -> Text showtlPrec :: Int -> FromStringShow1 f a -> Text showtl :: FromStringShow1 f a -> Text showtlList :: [FromStringShow1 f a] -> Text | |
| (TextShow1 f, TextShow a) => TextShow (FromTextShow1 f a) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromTextShow1 f a -> Builder # showb :: FromTextShow1 f a -> Builder # showbList :: [FromTextShow1 f a] -> Builder showtPrec :: Int -> FromTextShow1 f a -> Text showt :: FromTextShow1 f a -> Text # showtList :: [FromTextShow1 f a] -> Text showtlPrec :: Int -> FromTextShow1 f a -> Text showtl :: FromTextShow1 f a -> Text showtlList :: [FromTextShow1 f a] -> Text | |
| (Generic1 f, GTextShowB (Rep1 f a)) => TextShow (FromGeneric1 f a) | |
Defined in TextShow.Generic Methods showbPrec :: Int -> FromGeneric1 f a -> Builder # showb :: FromGeneric1 f a -> Builder # showbList :: [FromGeneric1 f a] -> Builder showtPrec :: Int -> FromGeneric1 f a -> Text showt :: FromGeneric1 f a -> Text # showtList :: [FromGeneric1 f a] -> Text showtlPrec :: Int -> FromGeneric1 f a -> Text showtl :: FromGeneric1 f a -> Text showtlList :: [FromGeneric1 f a] -> Text | |
| (TextShow a, TextShow b, TextShow c) => TextShow (a, b, c) | |
| (TextShow1 f, TextShow1 g, TextShow a) => TextShow (Product f g a) | |
Defined in TextShow.Data.Functor.Product Methods showbPrec :: Int -> Product f g a -> Builder # showb :: Product f g a -> Builder # showbList :: [Product f g a] -> Builder showtPrec :: Int -> Product f g a -> Text showt :: Product f g a -> Text # showtList :: [Product f g a] -> Text showtlPrec :: Int -> Product f g a -> Text showtl :: Product f g a -> Text showtlList :: [Product f g a] -> Text | |
| (TextShow1 f, TextShow1 g, TextShow a) => TextShow (Sum f g a) | |
| TextShow (a :~~: b) | |
| (TextShow (f p), TextShow (g p)) => TextShow ((f :*: g) p) | |
Defined in TextShow.GHC.Generics | |
| (TextShow (f p), TextShow (g p)) => TextShow ((f :+: g) p) | |
Defined in TextShow.GHC.Generics | |
| TextShow c => TextShow (K1 i c p) | |
| (TextShow a, TextShow b, TextShow c, TextShow d) => TextShow (a, b, c, d) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d) -> Builder # showb :: (a, b, c, d) -> Builder # showbList :: [(a, b, c, d)] -> Builder showtPrec :: Int -> (a, b, c, d) -> Text showt :: (a, b, c, d) -> Text # showtList :: [(a, b, c, d)] -> Text showtlPrec :: Int -> (a, b, c, d) -> Text showtl :: (a, b, c, d) -> Text showtlList :: [(a, b, c, d)] -> Text | |
| (TextShow1 f, TextShow1 g, TextShow a) => TextShow (Compose f g a) | |
Defined in TextShow.Data.Functor.Compose Methods showbPrec :: Int -> Compose f g a -> Builder # showb :: Compose f g a -> Builder # showbList :: [Compose f g a] -> Builder showtPrec :: Int -> Compose f g a -> Text showt :: Compose f g a -> Text # showtList :: [Compose f g a] -> Text showtlPrec :: Int -> Compose f g a -> Text showtl :: Compose f g a -> Text showtlList :: [Compose f g a] -> Text | |
| TextShow (f (g p)) => TextShow ((f :.: g) p) | |
Defined in TextShow.GHC.Generics | |
| TextShow (f p) => TextShow (M1 i c f p) | |
| (Show2 f, TextShow a, TextShow b) => TextShow (FromStringShow2 f a b) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromStringShow2 f a b -> Builder # showb :: FromStringShow2 f a b -> Builder # showbList :: [FromStringShow2 f a b] -> Builder showtPrec :: Int -> FromStringShow2 f a b -> Text showt :: FromStringShow2 f a b -> Text # showtList :: [FromStringShow2 f a b] -> Text showtlPrec :: Int -> FromStringShow2 f a b -> Text showtl :: FromStringShow2 f a b -> Text showtlList :: [FromStringShow2 f a b] -> Text | |
| (TextShow2 f, TextShow a, TextShow b) => TextShow (FromTextShow2 f a b) | |
Defined in TextShow.FromStringTextShow Methods showbPrec :: Int -> FromTextShow2 f a b -> Builder # showb :: FromTextShow2 f a b -> Builder # showbList :: [FromTextShow2 f a b] -> Builder showtPrec :: Int -> FromTextShow2 f a b -> Text showt :: FromTextShow2 f a b -> Text # showtList :: [FromTextShow2 f a b] -> Text showtlPrec :: Int -> FromTextShow2 f a b -> Text showtl :: FromTextShow2 f a b -> Text showtlList :: [FromTextShow2 f a b] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e) => TextShow (a, b, c, d, e) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e) -> Builder # showb :: (a, b, c, d, e) -> Builder # showbList :: [(a, b, c, d, e)] -> Builder showtPrec :: Int -> (a, b, c, d, e) -> Text showt :: (a, b, c, d, e) -> Text # showtList :: [(a, b, c, d, e)] -> Text showtlPrec :: Int -> (a, b, c, d, e) -> Text showtl :: (a, b, c, d, e) -> Text showtlList :: [(a, b, c, d, e)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f) => TextShow (a, b, c, d, e, f) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f) -> Builder # showb :: (a, b, c, d, e, f) -> Builder # showbList :: [(a, b, c, d, e, f)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f) -> Text showt :: (a, b, c, d, e, f) -> Text # showtList :: [(a, b, c, d, e, f)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f) -> Text showtl :: (a, b, c, d, e, f) -> Text showtlList :: [(a, b, c, d, e, f)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g) => TextShow (a, b, c, d, e, f, g) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g) -> Builder # showb :: (a, b, c, d, e, f, g) -> Builder # showbList :: [(a, b, c, d, e, f, g)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g) -> Text showt :: (a, b, c, d, e, f, g) -> Text # showtList :: [(a, b, c, d, e, f, g)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g) -> Text showtl :: (a, b, c, d, e, f, g) -> Text showtlList :: [(a, b, c, d, e, f, g)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h) => TextShow (a, b, c, d, e, f, g, h) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h) -> Builder # showb :: (a, b, c, d, e, f, g, h) -> Builder # showbList :: [(a, b, c, d, e, f, g, h)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h) -> Text showt :: (a, b, c, d, e, f, g, h) -> Text # showtList :: [(a, b, c, d, e, f, g, h)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h) -> Text showtl :: (a, b, c, d, e, f, g, h) -> Text showtlList :: [(a, b, c, d, e, f, g, h)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i) => TextShow (a, b, c, d, e, f, g, h, i) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i) -> Builder # showb :: (a, b, c, d, e, f, g, h, i) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i) -> Text showt :: (a, b, c, d, e, f, g, h, i) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i) -> Text showtl :: (a, b, c, d, e, f, g, h, i) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j) => TextShow (a, b, c, d, e, f, g, h, i, j) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j) -> Text showt :: (a, b, c, d, e, f, g, h, i, j) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j, TextShow k) => TextShow (a, b, c, d, e, f, g, h, i, j, k) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j, k) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j, k)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k) -> Text showt :: (a, b, c, d, e, f, g, h, i, j, k) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j, k)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j, k) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j, k)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j, TextShow k, TextShow l) => TextShow (a, b, c, d, e, f, g, h, i, j, k, l) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j, k, l) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j, k, l)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l) -> Text showt :: (a, b, c, d, e, f, g, h, i, j, k, l) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j, k, l)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j, k, l) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j, k, l)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j, TextShow k, TextShow l, TextShow m) => TextShow (a, b, c, d, e, f, g, h, i, j, k, l, m) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Text showt :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j, TextShow k, TextShow l, TextShow m, TextShow n) => TextShow (a, b, c, d, e, f, g, h, i, j, k, l, m, n) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Text showt :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n)] -> Text | |
| (TextShow a, TextShow b, TextShow c, TextShow d, TextShow e, TextShow f, TextShow g, TextShow h, TextShow i, TextShow j, TextShow k, TextShow l, TextShow m, TextShow n, TextShow o) => TextShow (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) | |
Defined in TextShow.Data.Tuple Methods showbPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Builder # showb :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Builder # showbList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)] -> Builder showtPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Text showt :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Text # showtList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)] -> Text showtlPrec :: Int -> (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Text showtl :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> Text showtlList :: [(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)] -> Text | |
fromString :: String -> Builder #
O(1). A Builder taking a String, satisfying
toLazyText(fromStrings) =fromChunks[S.pack s]
Performs replacement on invalid scalar values:
>>>fromString "\55555""\65533"
Since: text-1.2.0.0
O(1). A Builder taking a Text, satisfying
toLazyText(fromTextt) =fromChunks[t]
(<>) :: Semigroup a => a -> a -> a infixr 6 #
An associative operation.
Examples
>>>[1,2,3] <> [4,5,6][1,2,3,4,5,6]
>>>Just [1, 2, 3] <> Just [4, 5, 6]Just [1,2,3,4,5,6]
>>>putStr "Hello, " <> putStrLn "World!"Hello, World!
defaultLayoutOptions :: LayoutOptions #
layoutSmart :: LayoutOptions -> Doc ann -> SimpleDocStream ann #
renderStrict :: SimpleDocStream ann -> Text #
newtype FromGeneric a #
Constructors
| FromGeneric | |
Fields
| |
Instances
| Functor FromGeneric | |||||
Defined in TextShow.Generic Methods fmap :: (a -> b) -> FromGeneric a -> FromGeneric b # (<$) :: a -> FromGeneric b -> FromGeneric a # | |||||
| Foldable FromGeneric | |||||
Defined in TextShow.Generic Methods fold :: Monoid m => FromGeneric m -> m # foldMap :: Monoid m => (a -> m) -> FromGeneric a -> m # foldMap' :: Monoid m => (a -> m) -> FromGeneric a -> m # foldr :: (a -> b -> b) -> b -> FromGeneric a -> b # foldr' :: (a -> b -> b) -> b -> FromGeneric a -> b # foldl :: (b -> a -> b) -> b -> FromGeneric a -> b # foldl' :: (b -> a -> b) -> b -> FromGeneric a -> b # foldr1 :: (a -> a -> a) -> FromGeneric a -> a # foldl1 :: (a -> a -> a) -> FromGeneric a -> a # toList :: FromGeneric a -> [a] # null :: FromGeneric a -> Bool # length :: FromGeneric a -> Int # elem :: Eq a => a -> FromGeneric a -> Bool # maximum :: Ord a => FromGeneric a -> a # minimum :: Ord a => FromGeneric a -> a # sum :: Num a => FromGeneric a -> a # product :: Num a => FromGeneric a -> a # | |||||
| Traversable FromGeneric | |||||
Defined in TextShow.Generic Methods traverse :: Applicative f => (a -> f b) -> FromGeneric a -> f (FromGeneric b) # sequenceA :: Applicative f => FromGeneric (f a) -> f (FromGeneric a) # mapM :: Monad m => (a -> m b) -> FromGeneric a -> m (FromGeneric b) # sequence :: Monad m => FromGeneric (m a) -> m (FromGeneric a) # | |||||
| Generic1 FromGeneric | |||||
Defined in TextShow.Generic Associated Types
| |||||
| Lift a => Lift (FromGeneric a :: Type) | |||||
Defined in TextShow.Generic Methods lift :: Quote m => FromGeneric a -> m Exp # liftTyped :: forall (m :: Type -> Type). Quote m => FromGeneric a -> Code m (FromGeneric a) # | |||||
| Data a => Data (FromGeneric a) | |||||
Defined in TextShow.Generic Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FromGeneric a -> c (FromGeneric a) # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (FromGeneric a) # toConstr :: FromGeneric a -> Constr # dataTypeOf :: FromGeneric a -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (FromGeneric a)) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (FromGeneric a)) # gmapT :: (forall b. Data b => b -> b) -> FromGeneric a -> FromGeneric a # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FromGeneric a -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FromGeneric a -> r # gmapQ :: (forall d. Data d => d -> u) -> FromGeneric a -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> FromGeneric a -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> FromGeneric a -> m (FromGeneric a) # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FromGeneric a -> m (FromGeneric a) # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FromGeneric a -> m (FromGeneric a) # | |||||
| Generic (FromGeneric a) | |||||
Defined in TextShow.Generic Associated Types
Methods from :: FromGeneric a -> Rep (FromGeneric a) x # to :: Rep (FromGeneric a) x -> FromGeneric a # | |||||
| Read a => Read (FromGeneric a) | |||||
Defined in TextShow.Generic Methods readsPrec :: Int -> ReadS (FromGeneric a) # readList :: ReadS [FromGeneric a] # readPrec :: ReadPrec (FromGeneric a) # readListPrec :: ReadPrec [FromGeneric a] # | |||||
| Show a => Show (FromGeneric a) | |||||
Defined in TextShow.Generic Methods showsPrec :: Int -> FromGeneric a -> ShowS # show :: FromGeneric a -> String # showList :: [FromGeneric a] -> ShowS # | |||||
| Eq a => Eq (FromGeneric a) | |||||
Defined in TextShow.Generic Methods (==) :: FromGeneric a -> FromGeneric a -> Bool # (/=) :: FromGeneric a -> FromGeneric a -> Bool # | |||||
| Ord a => Ord (FromGeneric a) | |||||
Defined in TextShow.Generic Methods compare :: FromGeneric a -> FromGeneric a -> Ordering # (<) :: FromGeneric a -> FromGeneric a -> Bool # (<=) :: FromGeneric a -> FromGeneric a -> Bool # (>) :: FromGeneric a -> FromGeneric a -> Bool # (>=) :: FromGeneric a -> FromGeneric a -> Bool # max :: FromGeneric a -> FromGeneric a -> FromGeneric a # min :: FromGeneric a -> FromGeneric a -> FromGeneric a # | |||||
| (Generic a, GTextShowB (Rep a ())) => TextShow (FromGeneric a) | |||||
Defined in TextShow.Generic Methods showbPrec :: Int -> FromGeneric a -> Builder # showb :: FromGeneric a -> Builder # showbList :: [FromGeneric a] -> Builder showtPrec :: Int -> FromGeneric a -> Text showt :: FromGeneric a -> Text # showtList :: [FromGeneric a] -> Text showtlPrec :: Int -> FromGeneric a -> Text showtl :: FromGeneric a -> Text showtlList :: [FromGeneric a] -> Text | |||||
| type Rep1 FromGeneric | |||||
Defined in TextShow.Generic type Rep1 FromGeneric = D1 ('MetaData "FromGeneric" "TextShow.Generic" "text-show-3.11.4-Ha3b8WsdMb2DdydfSxtMqH" 'True) (C1 ('MetaCons "FromGeneric" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeneric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1)) | |||||
| type Rep (FromGeneric a) | |||||
Defined in TextShow.Generic type Rep (FromGeneric a) = D1 ('MetaData "FromGeneric" "TextShow.Generic" "text-show-3.11.4-Ha3b8WsdMb2DdydfSxtMqH" 'True) (C1 ('MetaCons "FromGeneric" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromGeneric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) | |||||