Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. type GDatatypeInfoOf a = ToInfo Rep a

    generics-sop Generics.SOP.GGP

    Compute the datatype info of a datatype.

  2. type DatatypeInfoOf a = GDatatypeInfoOf a

    generics-sop Generics.SOP.Universe

    No documentation available.

  3. clearDBusMethodInfoOutArgs :: MonadIO m => DBusMethodInfo -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

    Set the value of the “out_args” field to Nothing. When overloading is enabled, this is equivalent to

    clear #outArgs
    

  4. getDBusMethodInfoOutArgs :: MonadIO m => DBusMethodInfo -> m (Maybe [DBusArgInfo])

    gi-gio GI.Gio.Structs.DBusMethodInfo

    Get the value of the “out_args” field. When overloading is enabled, this is equivalent to

    get dBusMethodInfo #outArgs
    

  5. setDBusMethodInfoOutArgs :: MonadIO m => DBusMethodInfo -> Ptr (Ptr DBusArgInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

    Set the value of the “out_args” field. When overloading is enabled, this is equivalent to

    set dBusMethodInfo [ #outArgs := value ]
    

  6. normalizeTableFoot :: Int -> TableFoot -> TableFoot

    pandoc-types Text.Pandoc.Builder

    Normalize the TableFoot, as in normalizeTableHead.

  7. data TableFoot

    pandoc-types Text.Pandoc.Definition

    The foot of a table.

  8. TableFoot :: Attr -> [Row] -> TableFoot

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  9. queryTableFoot :: (Walkable a Row, Monoid c) => (a -> c) -> TableFoot -> c

    pandoc-types Text.Pandoc.Walk

    Query the elements below a TableFoot element.

  10. walkTableFootM :: (Walkable a Row, Monad m) => (a -> m a) -> TableFoot -> m TableFoot

    pandoc-types Text.Pandoc.Walk

    Helper method to walk the elements nested below TableFoot nodes. The Attr component is not changed by this operation.

Page 17 of many | Previous | Next