Copyright | (C) 2014-2017 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Orphan instances
TextShow CallStack Source # | Since: 3.0.1 |
showbPrec :: Int -> CallStack -> Builder Source # showb :: CallStack -> Builder Source # showbList :: [CallStack] -> Builder Source # showtPrec :: Int -> CallStack -> Text Source # showt :: CallStack -> Text Source # showtList :: [CallStack] -> Text Source # showtlPrec :: Int -> CallStack -> Text Source # showtl :: CallStack -> Text Source # showtlList :: [CallStack] -> Text Source # | |
TextShow SrcLoc Source # | Since: 3.0.1 |
showbPrec :: Int -> SrcLoc -> Builder Source # showb :: SrcLoc -> Builder Source # showbList :: [SrcLoc] -> Builder Source # showtPrec :: Int -> SrcLoc -> Text Source # showt :: SrcLoc -> Text Source # showtList :: [SrcLoc] -> Text Source # showtlPrec :: Int -> SrcLoc -> Text Source # showtl :: SrcLoc -> Text Source # showtlList :: [SrcLoc] -> Text Source # |