Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
adjustments :: AxisOptions -> Maybe Adjustmentschart-svg Chart.Hud No documentation available.
defaultAdjustments :: Adjustmentschart-svg Chart.Hud The official hud adjustments.
eadjust :: (Ord k, Show k, HasCallStack) => (v -> v) -> k -> Map k v -> Map k vdejafu Test.DejaFu.Internal adjust but which errors if the key is not present. Use this only where it shouldn't fail!
efromJust :: HasCallStack => Maybe a -> adejafu Test.DejaFu.Internal fromJust but with a better error message if it fails. Use this only where it shouldn't fail!
cairoBypassAdjust :: Lens' (Options Cairo V2 Double) Booldiagrams-cairo Diagrams.Backend.Cairo.Internal No documentation available.
writeJustDirs :: AnchoredDirTree a -> IO (AnchoredDirTree a)directory-tree System.Directory.Tree writes the directory structure (not files) of a DirTree to the anchored directory. Returns a structure identical to the supplied tree with errors replaced by Failed constructors:
adjustMin :: (a -> a) -> Heap a -> Heap aheaps Data.Heap O(log n). Adjust the minimum key in the heap and return the resulting heap.
>>> adjustMin (+1) (fromList [1,2,3]) fromList [2,2,3]
-
hledger Hledger.Cli.Script Whether to left-adjust or zero-pad a field. These are mutually exclusive, with LeftAdjust taking precedence.
LeftAdjust :: FormatAdjustmenthledger Hledger.Cli.Script No documentation available.
elemIndexJust :: (Partial, Eq a) => a -> [a] -> Inthledger Hledger.Cli.Script elemIndexJust op = fromJust . elemIndex op