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.
pageSetupUseFirstPageNumber :: Lens' PageSetup (Maybe Bool)xlsx Codec.Xlsx.Types.PageSetup No documentation available.
getFirstPassTolerance :: TM ps s PDFFloatHPDF Graphics.PDF.Typesetting No documentation available.
setFirstPassTolerance :: PDFFloat -> TM ps s ()HPDF Graphics.PDF.Typesetting No documentation available.
-
HStringTemplate Text.StringTemplate.Classes No documentation available.
StFirst :: Maybe a -> StFirst aHStringTemplate Text.StringTemplate.Classes No documentation available.
stGetFirst :: StFirst a -> Maybe aHStringTemplate Text.StringTemplate.Classes No documentation available.
-
HaTeX Text.LaTeX.Packages.LTableX End the first head. Everything above this command will appear at the beginning of the table, in the first page.
-
HaTeX Text.LaTeX.Packages.LongTable End the first head. Everything above this command will appear at the beginning of the table, in the first page.
deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]LambdaHack Game.LambdaHack.Core.Prelude 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]
-
aern2-mp AERN2.MP.Precision No documentation available.