Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. shortcutTriggerPrint :: (HasCallStack, MonadIO m, IsShortcutTrigger a) => a -> String -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutTrigger

    Prints the given trigger into a string for the developer. This is meant for debugging and logging. The form of the representation may change at any time and is not guaranteed to stay identical.

  2. shortcutTriggerPrintLabel :: (HasCallStack, MonadIO m, IsShortcutTrigger a, IsDisplay b) => a -> b -> String -> m Bool

    gi-gtk4 GI.Gtk.Objects.ShortcutTrigger

    Prints the given trigger into a string. This function is returning a translated string for presentation to end users for example in menu items or in help texts. The display in use may influence the resulting string in various forms, such as resolving hardware keycodes or by causing display-specific modifier names. The form of the representation may change at any time and is not guaranteed to stay identical.

  3. cssSectionPrint :: (HasCallStack, MonadIO m) => CssSection -> String -> m ()

    gi-gtk4 GI.Gtk.Structs.CssSection

    Prints the section into string in a human-readable form. This is a form like gtk.css:32:1-23 to denote line 32, characters 1 to 23 in the file gtk.css.

  4. project_printing_merge_request_link_enabled :: Project -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  5. project_printing_merge_requests_link_enabled :: Project -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  6. Key'PrintScreen :: Key

    glfw-group Graphics.UI.GlfwG.Key

    No documentation available.

  7. allSatPrintAlong :: SMTConfig -> Bool

    grisette Grisette.Backend

    In a allSat call, print models as they are found.

  8. class GPPrint arity (f :: Type -> Type)

    grisette Grisette.Core

    Generic PPrint class.

  9. class PPrint a

    grisette Grisette.Core

    Pretty printing of values. This class is similar to the Pretty class from the Prettyprinter package, but it also provides pretty printing with a given precedence level. We are able to derive instances of this class for algebraic data types. You may need the DerivingVia and DerivingStrategies extensions.

    data X = ... deriving Generic deriving PPrint via (Default X)
    
    The derived instance will pretty print the value with a format similar to the one used by ormolu.

  10. data family PPrintArgs arity a ann

    grisette Grisette.Core

    The arguments to the generic PPrint class.

Page 269 of many | Previous | Next