Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. fromAppendDimensionRequest_Dimension :: AppendDimensionRequest_Dimension -> Text

    gogol-sheets Gogol.Sheets.Types

    No documentation available.

  2. 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)

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

    midair Midair.Handy

    Hotswap version of sMappend

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

    midair Midair.Handy

    mappend new values onto the left

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

    midair Midair.Handy

    Hotswap version of sMappendL

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

    midair Midair.Handy

    mappend new values onto the right

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

    midair Midair.Handy

    Hotswap version of sMappendR

  8. 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