Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showF :: forall (tp :: k) . ShowF f => f tp -> String

    parameterized-utils Data.Parameterized.Classes

    No documentation available.

  2. showsPrecF :: forall (tp :: k) . ShowF f => Int -> f tp -> String -> String

    parameterized-utils Data.Parameterized.Classes

    Like showsPrec, the precedence argument is one more than the precedence of the enclosing context.

  3. showFC :: ShowFC t => (forall (x :: k) . () => f x -> String) -> forall (x :: l) . () => t f x -> String

    parameterized-utils Data.Parameterized.TraversableFC

    No documentation available.

  4. showsPrecFC :: ShowFC t => (forall (x :: k) . () => Int -> f x -> ShowS) -> forall (x :: l) . () => Int -> t f x -> ShowS

    parameterized-utils Data.Parameterized.TraversableFC

    No documentation available.

  5. showEnum :: MessageEnum a => a -> String

    proto-lens Data.ProtoLens.Message

    Get the name of this enum as defined in the .proto file. Used for the human-readable output in Data.ProtoLens.TextFormat.

  6. showMessage :: Message msg => msg -> String

    proto-lens Data.ProtoLens.TextFormat

    Convert the given message into a human-readable String.

  7. showMessageShort :: Message msg => msg -> String

    proto-lens Data.ProtoLens.TextFormat

    Serializes a proto as a string on a single line. Useful for debugging and error messages like .DebugString() in other languages.

  8. showMessageWithRegistry :: Message msg => Registry -> msg -> String

    proto-lens Data.ProtoLens.TextFormat

    Convert the given message into a human-readable String, using the Registry to encode google.protobuf.Any values.

  9. showTree :: (Show k, Show a) => MonoidalMap k a -> String

    reflex Data.AppendMap

    Displays a MonoidalMap as a tree. See showTree for details.

  10. showTreeWith :: (k -> a -> String) -> Bool -> Bool -> MonoidalMap k a -> String

    reflex Data.AppendMap

    Displays a MonoidalMap as a tree, using the supplied function to convert nodes to string.

Page 109 of many | Previous | Next