Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
glpkDepthFirstSearch :: GlpkBacktrackingTechniqueglpk-headers Math.Programming.Glpk.Header No documentation available.
glpkFirstFractional :: GlpkBranchingTechniqueglpk-headers Math.Programming.Glpk.Header No documentation available.
-
gtk Graphics.UI.Gtk.General.StockItems No documentation available.
menuShellSelectFirst :: MenuShellClass self => self -> Bool -> IO ()gtk 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
treeModelGetIterFirst :: TreeModelClass self => self -> IO (Maybe TreeIter)gtk Graphics.UI.Gtk.ModelView.TreeModel Retrieves an TreeIter to the first entry. Returns Nothing if the table is empty.
treeViewMoveColumnFirst :: TreeViewClass self => self -> TreeViewColumn -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeView Move a specific column.
- Use treeViewMoveColumnAfter if you want to move the column somewhere else than to the leftmost position.
compactGetFirstBlock# :: Compact# -> State# RealWorld -> (# State# RealWorld, Addr#, Word# #)ihaskell IHaskellPrelude Returns the address and the utilized size (in bytes) of the first compact block of a CNF.
deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]ihaskell IHaskellPrelude The deleteFirstsBy function takes a predicate and two lists and returns the first list with the first occurrence of each element of the second list removed. This is the non-overloaded version of (\\).
(\\) == deleteFirstsBy (==)
The second list must be finite, but the first may be infinite.Examples
>>> deleteFirstsBy (>) [1..10] [3, 4, 5] [4,5,6,7,8,9,10]
>>> deleteFirstsBy (/=) [1..10] [1, 3, 5] [4,5,6,7,8,9,10]
getFirstLineExplicit :: FilePath -> RIO (Ur Text)linear-base Simple.FileIO No documentation available.
linearGetFirstLine :: FilePath -> RIO (Ur Text)linear-base Simple.FileIO No documentation available.