Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. exactPrint :: ExactPrint ast => ast -> String

    ghc-exactprint Language.Haskell.GHC.ExactPrint.ExactPrint

    No documentation available.

  2. exactPrintWithOptions :: (ExactPrint ast, Monoid b, Monad m) => EPOptions m b -> ast -> m (ast, b)

    ghc-exactprint Language.Haskell.GHC.ExactPrint.ExactPrint

    The additional option to specify the printing configuration.

  3. matrixPrint :: (HasCallStack, MonadIO m) => Matrix -> m ()

    gi-graphene GI.Graphene.Structs.Matrix

    Prints the contents of a matrix to the standard error stream. This function is only useful for debugging; there are no guarantees made on the format of the output. Since: 1.0

  4. type C_PrintSettingsFunc = CString -> CString -> Ptr () -> IO ()

    gi-gtk3 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  5. drop_closures_PrintSettingsFunc :: PrintSettingsFunc -> PrintSettingsFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A simple wrapper that ignores the closure arguments.

  6. dynamic_PrintSettingsFunc :: (HasCallStack, MonadIO m) => FunPtr C_PrintSettingsFunc -> Text -> Text -> Ptr () -> m ()

    gi-gtk3 GI.Gtk.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

  7. genClosure_PrintSettingsFunc :: MonadIO m => PrintSettingsFunc -> m (GClosure C_PrintSettingsFunc)

    gi-gtk3 GI.Gtk.Callbacks

    Wrap the callback into a GClosure.

  8. mk_PrintSettingsFunc :: C_PrintSettingsFunc -> IO (FunPtr C_PrintSettingsFunc)

    gi-gtk3 GI.Gtk.Callbacks

    Generate a function pointer callable from C code, from a C_PrintSettingsFunc.

  9. noPrintSettingsFunc :: Maybe PrintSettingsFunc

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc.

  10. noPrintSettingsFunc_WithClosures :: Maybe PrintSettingsFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe PrintSettingsFunc_WithClosures.

Page 326 of many | Previous | Next