Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (IsString p, Semigroup p, Monoid p) =>
Printer ptext-printer Text.Printer Text monoid. string must be equivalent to fromString and be a monoid homomorphism, i.e. string mempty = mempty and mappend (string x) (string y) = string (mappend x y). Other operations must be monoid homomorphisms that are eqiuvalent (but possibly faster) to the composition of string and the corresponding embedding, e.g. text = string . unpack.
-
xlsx Codec.Xlsx.Types.PageSetup Print errors This enumeration specifies how to display cells with errors when printing the worksheet.
PrintErrorsBlank :: PrintErrorsxlsx Codec.Xlsx.Types.PageSetup Display cell errors as blank
PrintErrorsDash :: PrintErrorsxlsx Codec.Xlsx.Types.PageSetup Display cell errors as dashes
PrintErrorsDisplayed :: PrintErrorsxlsx Codec.Xlsx.Types.PageSetup Display cell errors as displayed on screen
-
xlsx Codec.Xlsx.Types.PageSetup Display cell errors as #N/A
-
LambdaHack Game.LambdaHack.Client.UI.HumanCmd No documentation available.
-
LambdaHack Game.LambdaHack.Client.UI.Key No documentation available.
-
data-textual Data.Textual The default printer for values of a type.
type
PrintSettingsFunc = Text -> Text -> IO ()gi-gtk3 GI.Gtk.Callbacks No description available in the introspection data.