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.
type
GDatatypeInfoOf a = ToInfo Rep agenerics-sop Generics.SOP.GGP Compute the datatype info of a datatype.
type
DatatypeInfoOf a = GDatatypeInfoOf agenerics-sop Generics.SOP.Universe No documentation available.
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
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
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 ]
normalizeTableFoot :: Int -> TableFoot -> TableFootpandoc-types Text.Pandoc.Builder Normalize the TableFoot, as in normalizeTableHead.
-
pandoc-types Text.Pandoc.Definition The foot of a table.
TableFoot :: Attr -> [Row] -> TableFootpandoc-types Text.Pandoc.Definition No documentation available.
queryTableFoot :: (Walkable a Row, Monoid c) => (a -> c) -> TableFoot -> cpandoc-types Text.Pandoc.Walk Query the elements below a TableFoot element.
walkTableFootM :: (Walkable a Row, Monad m) => (a -> m a) -> TableFoot -> m TableFootpandoc-types Text.Pandoc.Walk Helper method to walk the elements nested below TableFoot nodes. The Attr component is not changed by this operation.