Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showPlainGhcException :: PlainGhcException -> ShowSghc GHC.Utils.Panic.Plain Append a description of the given exception to this string.
-
persistent Database.Persist.Sql.Migration Convert a Migration to a list of Text values corresponding to their Sql statements.
showFixity :: Fixity -> Stringth-abstraction Language.Haskell.TH.Datatype Render a Fixity as it would appear in Haskell source. Example: infixl 5
showFixityDirection :: FixityDirection -> Stringth-abstraction Language.Haskell.TH.Datatype Render a FixityDirection like it would appear in Haskell source. Examples: infixl infixr infix
showTextData :: Show a => a -> Texthttp-api-data Web.HttpApiData Lower case. Convert to URL piece using Show instance. The result is always lower cased.
>>> showTextData True "true"
This can be used as a default implementation for enumeration types:>>> data MyData = Foo | Bar | Baz deriving (Show) >>> instance ToHttpApiData MyData where toUrlPiece = showTextData >>> toUrlPiece Foo "foo"
showTextData :: Show a => a -> Texthttp-api-data Web.Internal.HttpApiData Lower case. Convert to URL piece using Show instance. The result is always lower cased.
>>> showTextData True "true"
This can be used as a default implementation for enumeration types:>>> data MyData = Foo | Bar | Baz deriving (Show) >>> instance ToHttpApiData MyData where toUrlPiece = showTextData >>> toUrlPiece Foo "foo"
-
http-api-data Web.Internal.HttpApiData showTree :: Show a => CharMap a -> Stringregex-tdfa Data.IntMap.CharMap2 No documentation available.
showTreeWith :: Show a => Bool -> Bool -> CharMap a -> Stringregex-tdfa Data.IntMap.CharMap2 No documentation available.
showTree :: (Enum key, Show a) => EnumMap key a -> Stringregex-tdfa Data.IntMap.EnumMap2 No documentation available.