Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. mrgDeleteFirstsBy :: (MonadUnion u, Mergeable a) => (a -> a -> SymBool) -> [a] -> [a] -> u [a]

    grisette Grisette.Lib.Data.List

    Symbolic version of deleteFirstsBy, the result would be merged and propagate the mergeable knowledge. Can generate O(len(lhs)) cases, and O(len(lhs)^2 * len(rhs)) sized constraints, assuming the predicate only generates O(1) constraints.

  2. stockGotoFirst :: StockId

    gtk3 Graphics.UI.Gtk.General.StockItems

    No documentation available.

  3. menuShellSelectFirst :: MenuShellClass self => self -> Bool -> IO ()

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuShell

    Select the first visible or selectable child of the menu shell; don't select tearoff items unless the only item is a tearoff item.

    • Available since Gtk+ version 2.2

  4. treeModelGetIterFirst :: TreeModelClass self => self -> IO (Maybe TreeIter)

    gtk3 Graphics.UI.Gtk.ModelView.TreeModel

    Retrieves an TreeIter to the first entry. Returns Nothing if the table is empty.

  5. treeViewMoveColumnFirst :: TreeViewClass self => self -> TreeViewColumn -> IO ()

    gtk3 Graphics.UI.Gtk.ModelView.TreeView

    Move a specific column.

  6. recentFirst :: (MonadMetadata m, MonadFail m) => [Item a] -> m [Item a]

    hakyll Hakyll.Web.Template.List

    The reverse of chronological

  7. sortRecentFirst :: (MonadMetadata m, MonadFail m) => [Identifier] -> m [Identifier]

    hakyll Hakyll.Web.Template.List

    Version of recentFirst which doesn't need the actual items.

  8. approximateFirstReceiveTimestamp :: Attributes -> Text

    hal AWS.Lambda.Events.SQS

    No documentation available.

  9. selectFirst :: forall (m :: Type -> Type) record . (PersistQueryRead backend, MonadIO m, PersistRecordBackend record backend) => [Filter record] -> [SelectOpt record] -> ReaderT backend m (Maybe (Entity record))

    hledger-web Hledger.Web.Import

    Get just the first record for the criterion.

  10. sequenceFirst :: (Bitraversable t, Applicative f) => t (f k) v -> f (t k v)

    hw-kafka-client Kafka.Consumer

    Deprecated: Isn't concern of this library. Use bitraverse id pure

Page 96 of many | Previous | Next