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

Hoogle Search

Within LTS Haskell 24.7 (ghc-9.10.2)

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

  1. constructRecordMappend :: (Bounded c, Enum c) => (c -> MonoidalFieldMethods r c) -> r -> r -> r

    columnar Text.Columnar

    No documentation available.

  2. fromAppendDimensionRequest_Dimension :: AppendDimensionRequest_Dimension -> Text

    gogol-sheets Gogol.Sheets

    No documentation available.

  3. fromAppendDimensionRequest_Dimension :: AppendDimensionRequest_Dimension -> Text

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

  4. sMappend :: Monoid x => SFlow x x

    midair Midair.Handy

    mappend all input signal values (If you care whether they're appended on the right or left, use sMappendL or sMappendR)

  5. sMappendHS :: Monoid x => Maybe x -> SFlow x x

    midair Midair.Handy

    Hotswap version of sMappend

  6. sMappendL :: Monoid x => SFlow x x

    midair Midair.Handy

    mappend new values onto the left

  7. sMappendLHS :: Monoid x => Maybe x -> SFlow x x

    midair Midair.Handy

    Hotswap version of sMappendL

  8. sMappendR :: Monoid x => SFlow x x

    midair Midair.Handy

    mappend new values onto the right

  9. sMappendRHS :: Monoid x => Maybe x -> SFlow x x

    midair Midair.Handy

    Hotswap version of sMappendR

  10. gMappend :: (ADTRecord a, Constraints a Monoid) => a -> a -> a

    one-liner-instances Data.Monoid.OneLiner

    Monoid append (mappend) implemented by calling <> on the components.

Page 13 of many | Previous | Next

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