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.

  1. adjustments :: AxisOptions -> Maybe Adjustments

    chart-svg Chart.Hud

    No documentation available.

  2. defaultAdjustments :: Adjustments

    chart-svg Chart.Hud

    The official hud adjustments.

  3. eadjust :: (Ord k, Show k, HasCallStack) => (v -> v) -> k -> Map k v -> Map k v

    dejafu Test.DejaFu.Internal

    adjust but which errors if the key is not present. Use this only where it shouldn't fail!

  4. efromJust :: HasCallStack => Maybe a -> a

    dejafu Test.DejaFu.Internal

    fromJust but with a better error message if it fails. Use this only where it shouldn't fail!

  5. cairoBypassAdjust :: Lens' (Options Cairo V2 Double) Bool

    diagrams-cairo Diagrams.Backend.Cairo.Internal

    No documentation available.

  6. 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:

  7. adjustMin :: (a -> a) -> Heap a -> Heap a

    heaps 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]
    

  8. data FormatAdjustment

    hledger Hledger.Cli.Script

    Whether to left-adjust or zero-pad a field. These are mutually exclusive, with LeftAdjust taking precedence.

  9. LeftAdjust :: FormatAdjustment

    hledger Hledger.Cli.Script

    No documentation available.

  10. elemIndexJust :: (Partial, Eq a) => a -> [a] -> Int

    hledger Hledger.Cli.Script

    elemIndexJust op = fromJust . elemIndex op
    

Page 66 of many | Previous | Next