• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. SingletonRowGroup :: Row a -> RowGroup a

    table-layout Text.Layout.Table.Spec.RowGroup

    No documentation available.

  2. isSingleton :: Stream Char -> Bool

    text Data.Text.Internal.Fusion.Common

    O(n) Indicate whether a string contains exactly one element. Properties

    isSingleton . stream = isSingleton
    

  3. dlistSingleton :: a -> DList a

    unliftio UnliftIO.Internals.Async

    No documentation available.

  4. fromWriteSingleton :: (a -> Write) -> a -> Builder

    blaze-builder Blaze.ByteString.Builder

    No documentation available.

  5. fromWriteSingleton :: (a -> Write) -> a -> Builder

    blaze-builder Blaze.ByteString.Builder.Internal.Write

    No documentation available.

  6. mapSingleton :: Label -> v -> LabelMap v

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  7. setSingleton :: Label -> LabelSet

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  8. isSingletonBag :: Bag a -> Bool

    ghc GHC.Data.Bag

    No documentation available.

  9. modNodeMapSingleton :: ModNodeKey -> a -> ModNodeMap a

    ghc GHC.Driver.Make

    No documentation available.

  10. isSingletonMatchGroup :: forall (p :: Pass) body . [LMatch (GhcPass p) body] -> Bool

    ghc GHC.Hs.Expr

    Is there only one RHS in this list of matches?

Page 56 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete